Files
OrcaSlicer-bambulab/src/slic3r/GUI/RemovableDriveManagerMM.h
T

9 lines
188 B
Objective-C
Raw Normal View History

2019-12-10 10:08:57 +01:00
#import <Cocoa/Cocoa.h>
@interface RemovableDriveManagerMM : NSObject
-(instancetype) init;
-(void) add_unmount_observer;
-(void) on_device_unmount: (NSNotification*) notification;
@end