mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-02-21 10:03:03 +00:00
13 lines
186 B
Objective-C
13 lines
186 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface UIView (AnimationUtils)
|
|
|
|
+ (double)animationDurationFactor;
|
|
|
|
@end
|
|
|
|
@interface CASpringAnimation (AnimationUtils)
|
|
|
|
- (CGFloat)valueAt:(CGFloat)t;
|
|
|
|
@end |