forked from gsdios/SDAutoLayout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DemoVC2.h
28 lines (22 loc) · 1.11 KB
/
DemoVC2.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
//
// DemoVC2.h
// SDAutoLayout 测试 Demo
//
// Created by gsd on 15/10/12.
// Copyright (c) 2015年 gsd. All rights reserved.
//
/*
*********************************************************************************
* *
* 在您使用此自动布局库的过程中如果出现bug请及时以以下任意一种方式联系我们,我们会及时修复bug并 *
* 帮您解决问题。 *
* QQ : 2689718696(gsdios) *
* Email : [email protected] *
* GitHub: https://github.com/gsdios *
* 新浪微博:GSD_iOS *
* *
*********************************************************************************
*/
#import "ViewController.h"
@interface DemoVC2 : ViewController
@end