PrusaSlicer-NonPlainar/src/slic3r/GUI/RemovableDriveManagerMM.h
2019-12-13 13:51:45 +01:00

10 lines
210 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;
@end