SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
iOS/GBMenuViewController.h
1 #import <UIKit/UIKit.h>
2
3 @interface GBMenuViewController : UIAlertController
4 + (instancetype)menu;
5 @property (nonatomic) NSInteger selectedButtonIndex;
6 @property (nonatomic, strong) NSArray<UIButton *> *menuButtons;
7 @end
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.