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

14 lines
265 B
Objective-C

//
// SCFeatureContainerView.h
// SCCamera
//
// Created by Kristian Bauer on 4/17/18.
//
#import <UIKit/UIKit.h>
@protocol SCFeatureContainerView
- (BOOL)isTapGestureRecognizer:(UIGestureRecognizer *)gestureRecognizer;
- (CGRect)initialCameraTimerFrame;
@end