BambuStudio/slic3r/GUI/InstanceCheckMac.h

11 lines
265 B
C
Raw Permalink Normal View History

2024-12-20 06:44:50 +00:00
#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