mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-22 19:17:42 +00:00
9 lines
147 B
Objective-C
9 lines
147 B
Objective-C
NS_CLASS_AVAILABLE_IOS(8_0)
|
|
@interface CAMGLView : UIView
|
|
|
|
@property CGSize fixedSize;
|
|
|
|
- (CGFloat)drawableHeight;
|
|
- (CGFloat)drawableWidth;
|
|
|
|
@end
|