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.

14 lines
257 B

  1. //
  2. // SCFeatureSnapKit.h
  3. // SCCamera
  4. //
  5. // Created by Michel Loenngren on 3/19/18.
  6. //
  7. #import "SCFeature.h"
  8. @class SCCameraDeepLinkMetadata;
  9. @protocol SCFeatureSnapKit <SCFeature>
  10. - (void)setDeepLinkMetadata:(SCCameraDeepLinkMetadata *)metadata;
  11. @end