apple2ix/Apple2Mac/Apple2MacTests/CPUTestAppDelegate.h
2014-10-10 19:14:46 -07:00

16 lines
292 B
Objective-C

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