-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathRFKitDefaultCategories.h
61 lines (56 loc) · 1.63 KB
/
RFKitDefaultCategories.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
/*!
RFKit
This file define which extension category will included by default.
Copyright (c) 2012-2015, 2017-2018 BB9z
https://github.com/bb9z/RFKit
The MIT License (MIT)
http://www.opensource.org/licenses/mit-license.php
*/
#import "NSArray+RFKit.h"
#import "NSBundle+RFKit.h"
//#import "NSDate+RFKit.h"
//#import "NSDateFormatter+RFKit.h"
#import "NSDictionary+RFKit.h"
#import "NSError+RFKit.h"
//#import "NSFileManager+RFKit.h"
//#import "NSJSONSerialization+RFKit.h"
//#import "NSNumberFormatter+RFKit.h"
#import "NSObject+RFKit.h"
#import "NSString+RFKit.h"
//#import "NSURL+RFKit.h"
#if TARGET_OS_IOS
//#import "NSLayoutConstraint+RFKit.h"
//#import "UIAlertView+RFKit.h"
#import "UIButton+RFKit.h"
#import "UIColor+RFKit.h"
#import "UIDevice+RFKit.h"
#import "UIImage+RFKit.h"
#import "UINavigationController+RFKit.h"
//#import "UIPickerView+RFKit.h"
#import "UIResponder+RFKit.h"
//#import "UIScrollView+RFScrolling.h"
//#import "UISearchBar+RFKit.h"
#import "UIStoryboard+RFKit.h"
#import "UITableView+RFKit.h"
//#import "UITextField+RFKit.h"
#import "UIView+RFAnimate.h"
#import "UIView+RFKit.h"
#import "UIViewController+RFKit.h"
//#import "UIViewController+RFInterfaceOrientation.h"
//#import "UIWebView+RFKit.h"
#elif TARGET_OS_TV
#import "UIButton+RFKit.h"
#import "UIColor+RFKit.h"
#import "UIDevice+RFKit.h"
#import "UIImage+RFKit.h"
#import "UINavigationController+RFKit.h"
#import "UIResponder+RFKit.h"
#import "UIStoryboard+RFKit.h"
#import "UITableView+RFKit.h"
#import "UIView+RFAnimate.h"
#import "UIView+RFKit.h"
#import "UIViewController+RFKit.h"
#elif TARGET_OS_WATCH
#import "UIColor+RFKit.h"
#import "UIImage+RFKit.h"
#endif