mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-28 12:38:41 +00:00
9 lines
231 B
Objective-C
9 lines
231 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
NS_CLASS_AVAILABLE_IOS(9_0)
|
|
@interface CAMClosedViewfinderController : NSObject
|
|
|
|
- (void)addClosedViewfinderReason:(NSInteger)reason;
|
|
- (void)removeClosedViewfinderReason:(NSInteger)reason;
|
|
|
|
@end
|