mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-22 19:17:42 +00:00
8 lines
169 B
Objective-C
8 lines
169 B
Objective-C
NS_CLASS_AVAILABLE_IOS(7_0)
|
|
@interface CAMCameraSpec : NSObject
|
|
|
|
+ (instancetype)specForCurrentPlatform;
|
|
+ (instancetype)specForPhone;
|
|
+ (instancetype)specForPad;
|
|
|
|
@end
|