Files
linguist/test/fixtures/FooAppDelegate.m
2011-06-07 10:32:23 -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