Play-/Source/ui_ios/SettingsViewController.h

12 lines
218 B
C
Raw Normal View History

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