mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-01 00:18:44 +03:00
11 lines
265 B
C
11 lines
265 B
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
|