mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-22 06:47:50 +00:00
6 lines
149 B
Objective-C
6 lines
149 B
Objective-C
NS_CLASS_DEPRECATED_IOS(7_0, 7_1)
|
|
@interface PLGLView : UIView
|
|
@property CGSize fixedSize;
|
|
- (CGFloat)drawableHeight;
|
|
- (CGFloat)drawableWidth;
|
|
@end
|