Play-/Source/ui_ios/RenderView.h
2021-06-27 08:42:26 -04:00

9 lines
99 B
Objective-C

#import <UIKit/UIKit.h>
@interface RenderView : UIView
{
@private
BOOL hasRetinaDisplay;
}
@end