mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-01-10 03:15:34 +00:00
Reorg test fixtures
This commit is contained in:
12
test/fixtures/objective-c/FooAppDelegate.m
vendored
Normal file
12
test/fixtures/objective-c/FooAppDelegate.m
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
#import "FooAppDelegate.h"
|
||||
|
||||
@implementation FooAppDelegate
|
||||
|
||||
@synthesize window;
|
||||
|
||||
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
|
||||
{
|
||||
// Insert code here to initialize your application
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user