// // main.m // RKTwitter // // Created by Blake Watters on 9/5/10. // Copyright Two Toasters 2010. All rights reserved. // #import int main(int argc, char *argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; int retVal = UIApplicationMain(argc, argv, nil, @"RKTwitterAppDelegate"); [pool release]; return retVal; }