Play-/Source/ui_ios/ResolutionFactorSelectorViewController.h

11 lines
151 B
C
Raw Permalink Normal View History

2019-04-08 20:27:54 -04:00
#import <UIKit/UIKit.h>
#include "Types.h"
@interface ResolutionFactorSelectorViewController : UITableViewController
{
}
@property int factor;
@end