2014 snapchat source code

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