mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 21:57:57 +03:00
10 lines
176 B
C
10 lines
176 B
C
![]() |
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@interface SettingsViewController : UITableViewController
|
||
|
{
|
||
|
IBOutlet UISwitch* showFpsSwitch;
|
||
|
IBOutlet UISwitch* showVirtualPadSwitch;
|
||
|
}
|
||
|
|
||
|
@end
|