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

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