// // ProgressReportViewController.h // iSH // // Created by Theodore Dubois on 6/18/20. // #import #import "Roots.h" NS_ASSUME_NONNULL_BEGIN @interface ProgressReportViewController : UIViewController - (void)updateProgress:(double)progressFraction message:(NSString *)progressMessage; @end NS_ASSUME_NONNULL_END