2
0
MasterPassword/Pearl/Pearl-Prefix.pch
Maarten Billemont d7a448dfe0 Initial UI.
2011-11-30 22:42:40 +01:00

15 lines
274 B
Plaintext

//
// Prefix header for all source files of the 'Pearl' target in the 'Pearl' project
//
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#endif
#define PEARL
#define PEARL_CRYPTO
#define PEARL_UIKIT
#import "Pearl.h"
#import "Pearl-Crypto.h"
#import "Pearl-UIKit.h"