2
0
MasterPassword/MasterPassword/ObjC/iOS/MasterPassword-Prefix.pch
2013-08-25 15:38:38 -04:00

35 lines
600 B
Plaintext

//
// Prefix header for all source files of the 'MasterPassword' target in the 'MasterPassword' project
//
#import <Availability.h>
#ifndef __IPHONE_5_0
#warning "This project uses features only available in iOS SDK 5.0 and later."
#endif
#import "Pearl-Prefix.pch"
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#import <CoreData/CoreData.h>
#ifdef CRASHLYTICS
#import <Crashlytics/Crashlytics.h>
#endif
#ifdef TESTFLIGHT
#import "TestFlight.h"
#endif
#ifdef LOCALYTICS
#import "LocalyticsSession.h"
#endif
#import "MPTypes.h"
#import "MPiOSConfig.h"
#endif