From 1ebf5a5fcda0c9154e22ed02404fd46525a7fd9f Mon Sep 17 00:00:00 2001 From: bossiel Date: Wed, 10 Aug 2011 22:59:15 +0000 Subject: Move deprecated v1.0 from trunk to branches --- xcode/iPhoneOS/tinyNETTest/main.m | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 xcode/iPhoneOS/tinyNETTest/main.m (limited to 'xcode/iPhoneOS/tinyNETTest/main.m') diff --git a/xcode/iPhoneOS/tinyNETTest/main.m b/xcode/iPhoneOS/tinyNETTest/main.m new file mode 100644 index 0000000..3940f0e --- /dev/null +++ b/xcode/iPhoneOS/tinyNETTest/main.m @@ -0,0 +1,16 @@ +// +// main.m +// TestIPhone01 +// +// Created by Laurent Etiemble on 01/04/10. +// Copyright __MyCompanyName__ 2010. 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.1