2
0
MasterPassword/platform-darwin/Source/Pearl/Pearl-Prefix.pch

26 lines
435 B
Plaintext
Raw Normal View History

2011-11-30 21:42:40 +00:00
//
// Prefix header for all source files of the 'Pearl' target in the 'Pearl' project
//
#ifdef __OBJC__
2013-04-20 18:11:19 +00:00
#import <Foundation/Foundation.h>
2011-11-30 21:42:40 +00:00
2012-08-31 14:30:05 +00:00
#define PEARL_WITH_MESSAGEUI
2011-11-30 21:42:40 +00:00
#define PEARL
#define PEARL_CRYPTO
2017-04-13 03:41:17 +00:00
#if TARGET_OS_IOS
2011-11-30 21:42:40 +00:00
#define PEARL_UIKIT
2017-04-13 03:41:17 +00:00
#elif TARGET_OS_OSX
#define PEARL_COCOA
#endif
2011-11-30 21:42:40 +00:00
#import "Pearl.h"
#import "Pearl-Crypto.h"
2017-04-13 03:41:17 +00:00
#if TARGET_OS_IOS
#import "Pearl-UIKit.h"
2017-04-13 03:41:17 +00:00
#elif TARGET_OS_OSX
#import "Pearl-Cocoa.h"
#endif
#endif