mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-30 01:54: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
|