2014 snapchat source code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
292 B

  1. //
  2. // SCFeatureTapToFocusAndExposure.h
  3. // SCCamera
  4. //
  5. // Created by Michel Loenngren on 4/5/18.
  6. //
  7. #import "SCFeature.h"
  8. /**
  9. This SCFeature allows the user to tap on the screen to adjust focus and exposure.
  10. */
  11. @protocol SCFeatureTapToFocusAndExposure <SCFeature>
  12. - (void)reset;
  13. @end