mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
macos mm files
This commit is contained in:
parent
0861b2ec59
commit
e0a12342da
4 changed files with 36 additions and 8 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue