From 9d52266f823daf5cb83e3eebe1b9f57594bc9d4a Mon Sep 17 00:00:00 2001 From: matt handler Date: Wed, 20 Apr 2011 14:39:20 -0400 Subject: first commit --- main.m | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 main.m (limited to 'main.m') diff --git a/main.m b/main.m new file mode 100644 index 0000000..e5fe93a --- /dev/null +++ b/main.m @@ -0,0 +1,17 @@ +// +// main.m +// PicCast +// +// Created by Matthew Handler on 4/15/11. +// Copyright 2011 Earl Industries. All rights reserved. +// + +#import + +int main(int argc, char *argv[]) { + NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; + int retVal = UIApplicationMain(argc, argv, nil, nil); + [pool release]; + return retVal; +} + -- cgit v1.2.3