// // CPUTestAppDelegate.h // Apple2Mac // // Created by Aaron Culliney on 6/21/14. // Copyright (c) 2014 deadc0de.org. All rights reserved. // #import @interface CPUTestAppDelegate : NSObject @property (assign) IBOutlet NSWindow *window; @end