2
0

Added unit tests for playing around with the logic.

This commit is contained in:
Maarten Billemont
2012-07-04 23:57:29 +02:00
parent dea7434bd4
commit e967affddb
7 changed files with 307 additions and 0 deletions

10
Tests/Tests-Prefix.pch Normal file
View File

@@ -0,0 +1,10 @@
//
// Prefix header for all source files of the 'Tests' target in the 'Tests' project
//
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#endif
#import "MasterPassword-Prefix.pch"