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

8 lines
98 B
Objective-C

#import <UIKit/UIKit.h>
@interface UIScrollView (TGHacks)
- (void)stopScrollingAnimation;
@end