11 lines
242 B
Objective-C
11 lines
242 B
Objective-C
// Copyright 2018-present 650 Industries. All rights reserved.
|
|
|
|
#import <AVKit/AVKit.h>
|
|
|
|
@protocol UMCameraInterface
|
|
|
|
@property (nonatomic, strong) dispatch_queue_t sessionQueue;
|
|
@property (nonatomic, strong) AVCaptureSession *session;
|
|
|
|
@end
|