Welcome to mirror list, hosted at ThFree Co, Russian Federation.

InstanceCheckMac.h « GUI « slic3r « src - github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0af2737efb4fd34138c362e830eebbb8f989b769 (plain)
1
2
3
4
5
6
7
8
9
10
#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