///|/ Copyright (c) Prusa Research 2019 David KocĂ­k @kocikdav ///|/ ///|/ PrusaSlicer is released under the terms of the AGPLv3 or higher ///|/ #import @interface RemovableDriveManagerMM : NSObject -(instancetype) init; -(void) add_unmount_observer; -(void) on_device_unmount: (NSNotification*) notification; -(NSArray*) list_dev; -(void)eject_drive:(NSString *)path; @end