9 lines
218 B
Objective-C
9 lines
218 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface OtherInstanceMessageHandlerMac : NSObject
|
|
|
|
-(instancetype) init;
|
|
-(void) add_observer:(NSString *)version;
|
|
-(void) message_update:(NSNotification *)note;
|
|
-(void) bring_forward;
|
|
@end
|