Last change
on this file since 16467 was
9363,
checked in by Polly, 14 years ago
|
initial Upload.....
|
-
Property svn:executable set to
*
|
File size:
374 bytes
|
Rev | Line | |
---|
[9363] | 1 | // |
---|
| 2 | // main.m |
---|
| 3 | // iPiwigo |
---|
| 4 | // |
---|
| 5 | // Created by jochen on 28.12.10. |
---|
| 6 | // Copyright __MyCompanyName__ 2010. All rights reserved. |
---|
| 7 | // |
---|
| 8 | |
---|
| 9 | #import <UIKit/UIKit.h> |
---|
| 10 | |
---|
| 11 | int main(int argc, char *argv[]) { |
---|
| 12 | |
---|
| 13 | NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; |
---|
| 14 | int retVal = UIApplicationMain(argc, argv, nil, @"iPiwigoAppDelegate"); |
---|
| 15 | [pool release]; |
---|
| 16 | return retVal; |
---|
| 17 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.