SBScreenEdgePanGestureRecognizer.h 215 B

12345678
  1. #import "SBSystemGestureManager.h"
  2. @interface SBScreenEdgePanGestureRecognizer : UIScreenEdgePanGestureRecognizer
  3. - (instancetype)initWithTarget:(id)target action:(SEL)action type:(SBSystemGestureType)type;
  4. @end