mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-10 00:01:44 +00:00
16 lines
222 B
Objective-C
16 lines
222 B
Objective-C
#import <UIKit/UIKit.h>
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface UIView (AnimationUtils)
|
|
|
|
+ (double)animationDurationFactor;
|
|
|
|
@end
|
|
|
|
@interface CASpringAnimation (AnimationUtils)
|
|
|
|
- (CGFloat)valueAt:(CGFloat)t;
|
|
|
|
@end
|
|
|