macos better wrapper

This commit is contained in:
David Kocik 2019-12-10 14:10:47 +01:00
parent c37128ad63
commit a259058845
4 changed files with 87 additions and 66 deletions

View file

@ -5,5 +5,5 @@
-(instancetype) init;
-(void) add_unmount_observer;
-(void) on_device_unmount: (NSNotification*) notification;
-(void) list_dev;
-(NSArray*) list_dev;
@end