mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-29 06:07:56 +03:00
10 lines
151 B
Objective-C
10 lines
151 B
Objective-C
#import <UIKit/UIKit.h>
|
|
#include "Types.h"
|
|
|
|
@interface ResolutionFactorSelectorViewController : UITableViewController
|
|
{
|
|
}
|
|
|
|
@property int factor;
|
|
|
|
@end
|