mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-03 04:40:40 +08:00

processing paths with whitespaces unified lock for all systems - wxInstanceChecker checking a messaging only for same binaries
9 lines
195 B
Objective-C
9 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
|