mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-30 17:29:13 -07:00
macos mm files
This commit is contained in:
9
src/slic3r/GUI/RemovableDriveManagerMM.h
Normal file
9
src/slic3r/GUI/RemovableDriveManagerMM.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@interface RemovableDriveManagerMM : NSObject
|
||||
|
||||
-(instancetype) init;
|
||||
-(void) add_unmount_observer;
|
||||
-(void) on_device_unmount: (NSNotification*) notification;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user