Play-/Source/ui_ios/SettingsListSelectorViewController.h

11 lines
146 B
C
Raw Permalink Normal View History

2021-06-28 19:16:02 -04:00
#import <UIKit/UIKit.h>
#include "Types.h"
@interface SettingsListSelectorViewController : UITableViewController
{
}
@property int value;
@end