// // AppDelegate.h // stitchUI // // Created by Xin Zhang on 10/24/21. // #import @interface AppDelegate : NSObject @property BOOL bTransmissionCorrect; -(IBAction)openFunction:(id)sender; -(IBAction)TransmissionCorrectChanged:(id)sender; @end NSSize stitch(NSString *dir, NSMutableString *output, bool transCorrection);