1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-20 09:34:26 +00:00

macos mm files

This commit is contained in:
David Kocik
2019-12-10 10:08:57 +01:00
parent 0861b2ec59
commit e0a12342da
4 changed files with 36 additions and 8 deletions
+9
View 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