apple2ix/Apple2Mac/Apple2MacTests/CPUTestAppDelegate.h

16 lines
278 B
C
Raw Normal View History

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