forked from erichoracek/MSCollectionViewCalendarLayout
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExample-Prefix.pch
More file actions
26 lines (23 loc) · 758 Bytes
/
Copy pathExample-Prefix.pch
File metadata and controls
26 lines (23 loc) · 758 Bytes
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
//
// Prefix header for all source files of the 'Example' target in the 'Example' project
//
#import <Availability.h>
#ifndef __IPHONE_3_0
#warning "This project uses features only available in iOS SDK 3.0 and later."
#endif
#ifdef __OBJC__
// System Frameworks
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#import <CoreData/CoreData.h>
#import <QuartzCore/QuartzCore.h>
#import <MobileCoreServices/MobileCoreServices.h>
#import <SystemConfiguration/SystemConfiguration.h>
// Pod Configuration
#define MAS_SHORTHAND
// Pods
#import <RestKit/RestKit.h>
#import <CupertinoYankee/NSDate+CupertinoYankee.h>
#import <UIColor-HexString/UIColor+HexString.h>
#import <Masonry/Masonry.h>
#endif