mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-22 19:17:42 +00:00
6 lines
151 B
Objective-C
6 lines
151 B
Objective-C
#import "PLCameraView.h"
|
|
|
|
NS_CLASS_DEPRECATED_IOS(5_0, 7_1)
|
|
@interface PLUICameraViewController : UIViewController
|
|
- (PLCameraView *)_cameraView;
|
|
@end
|