Play-/Source/ui_ios/SettingsViewController.h
2018-04-30 21:01:23 +01:00

16 lines
332 B
Objective-C

#import <UIKit/UIKit.h>
@interface SettingsViewController : UITableViewController
{
IBOutlet UISwitch* showFpsSwitch;
IBOutlet UISwitch* showVirtualPadSwitch;
IBOutlet UISwitch* enableHighResMode;
IBOutlet UISwitch* forceBilinearFiltering;
IBOutlet UISwitch* enableAudioOutput;
IBOutlet UILabel* versionInfoLabel;
}
@end