1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
Source-SnapChatCamera/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