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
14 lines
257 B
//
|
|
// SCFeatureSnapKit.h
|
|
// SCCamera
|
|
//
|
|
// Created by Michel Loenngren on 3/19/18.
|
|
//
|
|
|
|
#import "SCFeature.h"
|
|
|
|
@class SCCameraDeepLinkMetadata;
|
|
|
|
@protocol SCFeatureSnapKit <SCFeature>
|
|
- (void)setDeepLinkMetadata:(SCCameraDeepLinkMetadata *)metadata;
|
|
@end
|