2
0
MasterPassword/Pearl/Pearl-Prefix.pch

22 lines
396 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__
#import <Foundation/Foundation.h>
#endif
#define PEARL_WITH_SCRYPT
2011-11-30 21:42:40 +00:00
#define PEARL
#define PEARL_CRYPTO
#ifdef __IPHONE_OS_VERSION_MIN_REQUIRED
2011-11-30 21:42:40 +00:00
#define PEARL_UIKIT
#endif
2011-11-30 21:42:40 +00:00
#import "Pearl.h"
#import "Pearl-Crypto.h"
#ifdef __IPHONE_OS_VERSION_MIN_REQUIRED
#import "Pearl-UIKit.h"
#endif