mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			247 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			247 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
| #import <Cocoa/Cocoa.h>
 | |
| 
 | |
| @interface RemovableDriveManagerMM : NSObject
 | |
| 
 | |
| -(instancetype) init;
 | |
| -(void) add_unmount_observer;
 | |
| -(void) on_device_unmount: (NSNotification*) notification;
 | |
| -(NSArray*) list_dev;
 | |
| -(void)eject_drive:(NSString *)path;
 | |
| @end
 | 
