Swiftgram/LegacyComponents/TGRTLScreenEdgePanGestureRecognizer.h
2017-07-20 15:56:27 +03:00

12 lines
263 B
Objective-C

#import <UIKit/UIKit.h>
#import <UIKit/UIGestureRecognizerSubclass.h>
@interface TGRTLScreenEdgePanGestureRecognizer : UIScreenEdgePanGestureRecognizer
@end
@interface TGRTLScreenEdgePanGestureRecognizerDelegate : NSObject <UIGestureRecognizerDelegate>
@end