mirror of
https://github.com/i5xx/Source-SCCamera
synced 2025-04-12 00:55:44 +02:00
17 lines
328 B
Objective-C
17 lines
328 B
Objective-C
//
|
|
// SCContextAwareSnapCreationThrottleRequest.h
|
|
// SCCamera
|
|
//
|
|
// Created by Cheng Jiang on 4/24/18.
|
|
//
|
|
|
|
#import <SCFoundation/SCContextAwareThrottleRequester.h>
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface SCContextAwareSnapCreationThrottleRequest : NSObject <SCContextAwareThrottleRequest>
|
|
|
|
- (instancetype)init;
|
|
|
|
@end
|