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: 30943c4d53aadb90608fdbbf4a3139e5fd109b03 (plain)
1
2
3
4
5
6
7
8
9
#import <Cocoa/Cocoa.h>

@interface OtherInstanceMessageHandlerMac : NSObject

-(instancetype) init;
-(void) add_observer:(NSString *)version;
-(void) message_update:(NSNotification *)note;
-(void) bring_forward;
@end