File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ //
2
+ // FlatUIKit.h
3
+ // FlatUI
4
+ //
5
+ // Created by Keisuke Kimura on 6/8/13.
6
+ // Copyright (c) 2013 Keisuke Kimura. All rights reserved.
7
+ //
8
+
9
+ #ifndef FlatUI_FlatUIKit_h
10
+ #define FlatUI_FlatUIKit_h
11
+
12
+ #ifndef __IPHONE_5_0
13
+ #error "FlatUIKit uses features only available in iOS SDK 5.0 and later."
14
+ #endif
15
+
16
+ #if TARGET_OS_IPHONE
17
+ #import < Foundation/Foundation.h>
18
+ #import < UIKit/UIKit.h>
19
+ #endif
20
+
21
+ #endif
22
+
23
+ #import " FUIAlertView.h"
24
+ #import " FUIButton.h"
25
+ #import " FUICellBackgroundView.h"
26
+ #import " FUISegmentedControl.h"
27
+ #import " FUISwitch.h"
28
+ #import " UIBarButtonItem+FlatUI.h"
29
+ #import " UIColor+FlatUI.h"
30
+ #import " UIFont+FlatUI.h"
31
+ #import " UIImage+FlatUI.h"
32
+ #import " UINavigationBar+FlatUI.h"
33
+ #import " UIProgressView+FlatUI.h"
34
+ #import " UIStepper+FlatUI.h"
35
+ #import " UISlider+FlatUI.h"
36
+ #import " UITabBar+FlatUI.h"
37
+ #import " UITableViewCell+FlatUI.h"
You can’t perform that action at this time.
0 commit comments