ollama/app/AppDelegate.h
2024-04-27 14:20:10 -04:00

7 lines
160 B
Objective-C

#import <Cocoa/Cocoa.h>
@interface AppDelegate : NSObject <NSApplicationDelegate>
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification;
@end