mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			265 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			265 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
| #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
 | 
