SameBoy/iOS/GBMenuViewController.h

6 lines
104 B
Objective-C

#import <UIKit/UIKit.h>
@interface GBMenuViewController : UIAlertController
+ (instancetype)menu;
@end