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-SnapChat/Features/TapToFocus/SCFeatureTapToFocusAndExposure.h
2018-05-24 00:22:14 +03:00

18 lines
292 B
Objective-C

//
// SCFeatureTapToFocusAndExposure.h
// SCCamera
//
// Created by Michel Loenngren on 4/5/18.
//
#import "SCFeature.h"
/**
This SCFeature allows the user to tap on the screen to adjust focus and exposure.
*/
@protocol SCFeatureTapToFocusAndExposure <SCFeature>
- (void)reset;
@end