mirror of
https://github.com/i5xx/Source-SCCamera
synced 2025-04-12 00:55:44 +02:00
14 lines
265 B
Objective-C
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
|