Play-/Source/ui_ios/SettingsViewController.h

10 lines
176 B
C
Raw Normal View History

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