1
0
mirror of https://github.com/i5xx/Source-SCCamera synced 2025-04-12 00:55:44 +02:00
Source-SCCamera/ContextAwareTaskManagement/Requests/SCContextAwareSnapCreationThrottleRequest.h
2018-08-08 02:18:40 +03:00

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