mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Rename samples subdirectories
This commit is contained in:
12
samples/Objective-C/FooAppDelegate.m
Normal file
12
samples/Objective-C/FooAppDelegate.m
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