macos list devices

This commit is contained in:
Slic3rPE 2019-12-10 11:35:39 +01:00 committed by David Kocik
parent c3653589f6
commit c37128ad63
4 changed files with 42 additions and 35 deletions

View file

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