aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/ios/iOS UI Test/iOS UI Test/main.m
diff options
context:
space:
mode:
Diffstat (limited to 'example/ios/iOS UI Test/iOS UI Test/main.m')
-rw-r--r--example/ios/iOS UI Test/iOS UI Test/main.m19
1 files changed, 0 insertions, 19 deletions
diff --git a/example/ios/iOS UI Test/iOS UI Test/main.m b/example/ios/iOS UI Test/iOS UI Test/main.m
deleted file mode 100644
index d4efdd26..00000000
--- a/example/ios/iOS UI Test/iOS UI Test/main.m
+++ /dev/null
@@ -1,19 +0,0 @@
-//
-// main.m
-// iOS UI Test
-//
-// Created by Jonathan Willing on 4/8/13.
-// Copyright (c) 2013 AppJon. All rights reserved.
-//
-
-#import <UIKit/UIKit.h>
-
-#import "AppDelegate.h"
-#import "Application.h"
-
-int main(int argc, char *argv[])
-{
- @autoreleasepool {
- return UIApplicationMain(argc, argv, NSStringFromClass([Application class]), NSStringFromClass([AppDelegate class]));
- }
-}