aboutsummaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-04-17 18:59:16 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-04-17 19:00:52 -0700
commit6216eee4d6c6514c2b1e324d1a999b0d7018ab7a (patch)
tree22c241b21a1cbe3bcd66aab17a6826ed0b7a4c12 /example
parent917836062499bb3460d521d4db0d1d964ae16c2e (diff)
Fixed build issues
Diffstat (limited to 'example')
-rw-r--r--example/ios/iOS UI Test/iOS UI Test/MasterViewController.h2
-rw-r--r--example/ios/iOS UI Test/iOS UI Test/SettingsViewController.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/example/ios/iOS UI Test/iOS UI Test/MasterViewController.h b/example/ios/iOS UI Test/iOS UI Test/MasterViewController.h
index da63eb60..9910ba6d 100644
--- a/example/ios/iOS UI Test/iOS UI Test/MasterViewController.h
+++ b/example/ios/iOS UI Test/iOS UI Test/MasterViewController.h
@@ -8,8 +8,6 @@
#import <UIKit/UIKit.h>
#import "SettingsViewController.h"
-//#import <mailcore/mailcore.h>
-
@interface MasterViewController : UITableViewController <SettingsViewControllerDelegate>
diff --git a/example/ios/iOS UI Test/iOS UI Test/SettingsViewController.h b/example/ios/iOS UI Test/iOS UI Test/SettingsViewController.h
index 37fd2af4..2c6cd2ef 100644
--- a/example/ios/iOS UI Test/iOS UI Test/SettingsViewController.h
+++ b/example/ios/iOS UI Test/iOS UI Test/SettingsViewController.h
@@ -7,7 +7,6 @@
//
#import <UIKit/UIKit.h>
-#import <mailcore/mailcore.h>
extern NSString * const UsernameKey;
extern NSString * const PasswordKey;