2020-04-29 08:50:28 +00:00
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
|
|
|
@interface OtherInstanceMessageHandlerMac : NSObject
|
|
|
|
|
|
|
|
-(instancetype) init;
|
2020-05-14 10:15:02 +00:00
|
|
|
-(void) add_observer:(NSString *)version;
|
2020-04-29 08:50:28 +00:00
|
|
|
-(void) message_update:(NSNotification *)note;
|
2021-02-17 08:38:00 +00:00
|
|
|
-(void) closing_update:(NSNotification *)note;
|
2020-10-12 11:44:08 +00:00
|
|
|
-(void) bring_forward;
|
2020-04-29 08:50:28 +00:00
|
|
|
@end
|