mirror of
https://github.com/ollama/ollama.git
synced 2025-04-22 14:34:28 +02:00
14 lines
334 B
Objective-C
14 lines
334 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface AppDelegate : NSObject <NSApplicationDelegate>
|
|
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification;
|
|
@end
|
|
|
|
void run();
|
|
void killOtherInstances();
|
|
bool askToMoveToApplications();
|
|
int createSymlinkWithAuthorization();
|
|
int installSymlink();
|
|
extern void Restart();
|
|
extern void Quit();
|