Swiftgram/submodules/LegacyComponents/PublicHeaders/LegacyComponents/TGModernGalleryZoomableScrollViewSwipeGestureRecognizer.h
2020-02-22 15:38:54 +04:00

9 lines
176 B
Objective-C

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