65a37ffaa1
processing paths with whitespaces unified lock for all systems - wxInstanceChecker checking a messaging only for same binaries
8 lines
195 B
Objective-C
8 lines
195 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface OtherInstanceMessageHandlerMac : NSObject
|
|
|
|
-(instancetype) init;
|
|
-(void) add_observer:(NSString *)version;
|
|
-(void) message_update:(NSNotification *)note;
|
|
@end
|