// // MachineViewController.h // MA2ME // // Created by Kelvin Sherlock on 8/16/2020. // Copyright © 2020 Kelvin Sherlock. All rights reserved. // #import #import NS_ASSUME_NONNULL_BEGIN @interface MachineViewController : NSViewController @property NSString *machine; @end NS_ASSUME_NONNULL_END