SameBoy/iOS/GBCheckableAlertController.h

6 lines
129 B
Objective-C

#import <UIKit/UIKit.h>
@interface GBCheckableAlertController : UIAlertController
@property UIAlertAction *selectedAction;
@end