mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00

processing paths with whitespaces unified lock for all systems - wxInstanceChecker checking a messaging only for same binaries
8 lines
195 B
Objective-C
8 lines
195 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface OtherInstanceMessageHandlerMac : NSObject
|
|
|
|
-(instancetype) init;
|
|
-(void) add_observer:(NSString *)version;
|
|
-(void) message_update:(NSNotification *)note;
|
|
@end
|