Files
linguist/samples/Objective-C/FooAppDelegate.m
2012-07-23 15:52:49 -05:00

13 lines
216 B
Objective-C

#import "FooAppDelegate.h"
@implementation FooAppDelegate
@synthesize window;
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
{
// Insert code here to initialize your application
}
@end