Play-/Source/ui_ios/ResolutionFactorSelectorViewController.h
Jean-Philip Desjardins f8fc182659 Code style fixes.
2019-04-09 12:28:10 -04:00

10 lines
151 B
Objective-C

#import <UIKit/UIKit.h>
#include "Types.h"
@interface ResolutionFactorSelectorViewController : UITableViewController
{
}
@property int factor;
@end