15d9751919
Passing lockfile on mac by sending message .
10 lines
265 B
Objective-C
10 lines
265 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface OtherInstanceMessageHandlerMac : NSObject
|
|
|
|
-(instancetype) init;
|
|
-(void) add_observer:(NSString *)version;
|
|
-(void) message_update:(NSNotification *)note;
|
|
-(void) closing_update:(NSNotification *)note;
|
|
-(void) bring_forward;
|
|
@end
|