2020-02-22 15:38:54 +04:00

9 lines
299 B
Objective-C

#import <LegacyComponents/POPSpringAnimation.h>
@interface TGPhotoEditorAnimation : NSObject
+ (POPSpringAnimation *)prepareTransitionAnimationForPropertyNamed:(NSString *)propertyName;
+ (void)performBlock:(void (^)(bool allFinished))block whenCompletedAllAnimations:(NSArray *)animations;
@end