SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
iOS/GBOptionViewController.h
1 #import <UIKit/UIKit.h>
2
3 @interface GBOptionViewController : UITableViewController
4 - (instancetype)initWithHeader:(NSString *)header;
5 @property NSString *header;
6 @property NSString *footer;
7 @property (getter=isModal) bool modal;
8 - (void)addOption:(NSString *)title
9 withCheckmark:(bool)checked
10 action:(void (^)(void))block;
11 @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.