Swiftgram/LegacyComponents/TGModernGalleryZoomableScrollViewSwipeGestureRecognizer.h
2017-07-22 01:05:13 +03:00

9 lines
176 B
Objective-C

#import <UIKit/UIKit.h>
@interface TGModernGalleryZoomableScrollViewSwipeGestureRecognizer : UIPanGestureRecognizer
- (CGFloat)swipeDistance;
- (CGFloat)swipeVelocity;
@end