2016-01-07 19:48:21 -05:00
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
|
|
|
|
@interface SettingsViewController : UITableViewController
|
|
|
|
{
|
|
|
|
IBOutlet UISwitch* showFpsSwitch;
|
|
|
|
IBOutlet UISwitch* showVirtualPadSwitch;
|
2016-01-08 10:16:11 -05:00
|
|
|
|
|
|
|
IBOutlet UILabel* versionInfoLabel;
|
2016-01-07 19:48:21 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
@end
|