mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
9 lines
99 B
Objective-C
9 lines
99 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface RenderView : UIView
|
|
{
|
|
@private
|
|
BOOL hasRetinaDisplay;
|
|
}
|
|
|
|
@end
|