2
0

29 lines
557 B
Plaintext
Raw Normal View History

2011-11-30 22:42:40 +01:00
//
// Prefix header for all source files of the 'Pearl' target in the 'Pearl' project
//
#ifdef __OBJC__
2013-04-20 14:11:19 -04:00
#import <Foundation/Foundation.h>
2011-11-30 22:42:40 +01:00
#define PEARL_WITH_SCRYPT
2012-08-31 16:30:05 +02:00
#define PEARL_WITH_MESSAGEUI
2011-11-30 22:42:40 +01:00
#define PEARL
#define PEARL_CRYPTO
#ifdef __IPHONE_OS_VERSION_MIN_REQUIRED
2011-11-30 22:42:40 +01:00
#define PEARL_UIKIT
#endif
#ifdef __MAC_OS_X_VERSION_MIN_REQUIRED
#define PEARL_COCOA
#endif
2011-11-30 22:42:40 +01:00
#import "Pearl.h"
#import "Pearl-Crypto.h"
#ifdef __IPHONE_OS_VERSION_MIN_REQUIRED
#import "Pearl-UIKit.h"
#endif
#ifdef __MAC_OS_X_VERSION_MIN_REQUIRED
#import "Pearl-Cocoa.h"
#endif
#endif