mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-29 14:07:58 +03:00
11 lines
151 B
C
11 lines
151 B
C
![]() |
#import <UIKit/UIKit.h>
|
||
|
#include "Types.h"
|
||
|
|
||
|
@interface ResolutionFactorSelectorViewController : UITableViewController
|
||
|
{
|
||
|
}
|
||
|
|
||
|
@property int factor;
|
||
|
|
||
|
@end
|