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.
 
 
 

20 lines
370 B

//
// SCFeatureFlash.h
// SCCamera
//
// Created by Kristian Bauer on 3/27/18.
//
#import "SCFeature.h"
@class SCNavigationBarButtonItem;
/**
* Public interface for interacting with camera flash feature.
*/
@protocol SCFeatureFlash <SCFeature>
@property (nonatomic, readonly) SCNavigationBarButtonItem *navigationBarButtonItem;
- (void)interruptGestures;
@end