diff options
Diffstat (limited to 'Juick/Supporting Files/main.m')
-rw-r--r-- | Juick/Supporting Files/main.m | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Juick/Supporting Files/main.m b/Juick/Supporting Files/main.m deleted file mode 100644 index 8e01106..0000000 --- a/Juick/Supporting Files/main.m +++ /dev/null @@ -1,16 +0,0 @@ -// -// main.m -// Juick -// -// Created by Vitaly Takmazov on 26.10.13. -// Copyright (c) 2013 com.juick. All rights reserved. -// - -#import <UIKit/UIKit.h> - -int main(int argc, char * argv[]) -{ - @autoreleasepool { - return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); - } -} |