Files
linguist/test/fixtures/blob/FooAppDelegate.m
2011-05-27 14:57:11 -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