// // SCFeatureLensButtonZ.h // SCCamera // // Created by Anton Udovychenko on 4/24/18. // #import "AVCameraViewEnums.h" #import "SCFeature.h" #import @protocol SCFeatureLensButtonZ; @class SCGrowingButton, SCLens; NS_ASSUME_NONNULL_BEGIN @protocol SCFeatureLensButtonZDelegate - (void)featureLensZButton:(id)featureLensZButton didPressLensButton:(SCGrowingButton *)lensButton; - (nullable NSArray *)allLenses; @end @protocol SCFeatureLensButtonZ @property (nonatomic, weak) id delegate; - (void)setLensButtonActive:(BOOL)active; @end NS_ASSUME_NONNULL_END