d828a1e80b
check for other instances during startup send message with command line arguments if found and terminate listen for those messages and load objects from paths in messages from them
8 lines
175 B
Objective-C
8 lines
175 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface OtherInstanceMessageHandlerMac : NSObject
|
|
|
|
-(instancetype) init;
|
|
-(void) add_observer;
|
|
-(void) message_update:(NSNotification *)note;
|
|
@end
|