mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 21:57:57 +03:00
10 lines
146 B
Objective-C
10 lines
146 B
Objective-C
#import <UIKit/UIKit.h>
|
|
#include "Types.h"
|
|
|
|
@interface SettingsListSelectorViewController : UITableViewController
|
|
{
|
|
}
|
|
|
|
@property int value;
|
|
|
|
@end
|