apple2ix/Apple2Mac/Classes/iOS/A2IXPopupChoreographer.h
2016-01-04 20:34:27 -08:00

23 lines
437 B
Objective-C

/*
* Apple // emulator for *ix
*
* This software package is subject to the GNU General Public License
* version 3 or later (your choice) as published by the Free Software
* Foundation.
*
* Copyright 2015 Aaron Culliney
*
*/
#import <Foundation/Foundation.h>
@interface A2IXPopupChoreographer : NSObject
+ (A2IXPopupChoreographer *)sharedInstance;
- (void)showMainMenuFromView:(UIView *)view;
- (void)dismissMainMenu;
@end