mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-28 12:38:41 +00:00
8 lines
178 B
Objective-C
8 lines
178 B
Objective-C
#import "CAMCaptureModeWithOptions.h"
|
|
|
|
NS_CLASS_AVAILABLE_IOS(9_0)
|
|
@interface NSValue (CameraUI)
|
|
|
|
+ (NSValue *)valueWithModeWithOptions:(CAMCaptureModeWithOptions)options;
|
|
|
|
@end
|