From 188d8e4ea870d1a6c8edd5a9b323742804badeba Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 28 Aug 2016 21:03:22 +0300 Subject: project cleanup --- Juick/Supporting Files/main.m | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Juick/Supporting Files/main.m (limited to 'Juick/Supporting Files/main.m') diff --git a/Juick/Supporting Files/main.m b/Juick/Supporting Files/main.m new file mode 100644 index 0000000..67b222f --- /dev/null +++ b/Juick/Supporting Files/main.m @@ -0,0 +1,18 @@ +// +// main.m +// Juick +// +// Created by Vitaly Takmazov on 26.10.13. +// Copyright (c) 2013 com.juick. All rights reserved. +// + +#import + +#import "AppDelegate.h" + +int main(int argc, char * argv[]) +{ + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} -- cgit v1.2.3