aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/ios/iOS UI Test/iOS UI Test/Application.m
diff options
context:
space:
mode:
Diffstat (limited to 'example/ios/iOS UI Test/iOS UI Test/Application.m')
-rw-r--r--example/ios/iOS UI Test/iOS UI Test/Application.m20
1 files changed, 20 insertions, 0 deletions
diff --git a/example/ios/iOS UI Test/iOS UI Test/Application.m b/example/ios/iOS UI Test/iOS UI Test/Application.m
new file mode 100644
index 00000000..d9a6c292
--- /dev/null
+++ b/example/ios/iOS UI Test/iOS UI Test/Application.m
@@ -0,0 +1,20 @@
+//
+// Application.m
+// iOS UI Test
+//
+// Created by Jonathan Willing on 4/8/13.
+// Copyright (c) 2013 AppJon. All rights reserved.
+//
+
+#import "Application.h"
+#import <mailcore/mailcore.h>
+
+@implementation Application
+
+- (void)sendEvent:(UIEvent *)event {
+ //mailcore::AutoreleasePool * pool = new mailcore::AutoreleasePool();
+ [super sendEvent:event];
+
+}
+
+@end