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.

13 lines
265 B

  1. //
  2. // SCFeatureContainerView.h
  3. // SCCamera
  4. //
  5. // Created by Kristian Bauer on 4/17/18.
  6. //
  7. #import <UIKit/UIKit.h>
  8. @protocol SCFeatureContainerView
  9. - (BOOL)isTapGestureRecognizer:(UIGestureRecognizer *)gestureRecognizer;
  10. - (CGRect)initialCameraTimerFrame;
  11. @end