this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 9 lines 211 B view raw
1#import <UIKit/UIKit.h> 2 3int main(int argc, char *argv[]) 4{ 5 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; 6 int retVal = UIApplicationMain(argc, argv, nil, nil); 7 [pool release]; 8 return retVal; 9}