mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
Rename samples subdirectories
This commit is contained in:
10
samples/Objective-C/FooAppDelegate.h
Normal file
10
samples/Objective-C/FooAppDelegate.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@interface FooAppDelegate : NSObject <NSApplicationDelegate> {
|
||||
@private
|
||||
NSWindow *window;
|
||||
}
|
||||
|
||||
@property (assign) IBOutlet NSWindow *window;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user