2
0

Initial UI.

This commit is contained in:
Maarten Billemont
2011-11-30 22:42:40 +01:00
commit d7a448dfe0
26 changed files with 5262 additions and 0 deletions

15
Pearl/Pearl-Prefix.pch Normal file
View File

@@ -0,0 +1,15 @@
//
// 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"