mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-23 11:57:41 +00:00
8 lines
167 B
Objective-C
8 lines
167 B
Objective-C
#import "CAMAvalancheSession.h"
|
|
|
|
NS_DEPRECATED_IOS(8_0, 8_4)
|
|
@interface CAMAvalancheCaptureService : NSObject
|
|
|
|
- (CAMAvalancheSession *)_activeAvalancheSession;
|
|
|
|
@end
|