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/SnapKit/SCFeatureSnapKit.h
2018-05-24 00:22:14 +03:00

15 lines
257 B
Objective-C

//
// SCFeatureSnapKit.h
// SCCamera
//
// Created by Michel Loenngren on 3/19/18.
//
#import "SCFeature.h"
@class SCCameraDeepLinkMetadata;
@protocol SCFeatureSnapKit <SCFeature>
- (void)setDeepLinkMetadata:(SCCameraDeepLinkMetadata *)metadata;
@end