Files
linguist/samples/objective-c/FooAppDelegate.m
2012-06-22 10:09:24 -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