Swiftgram/LegacyComponents/TGPhotoEditorAnimation.h
2017-07-22 01:05:13 +03: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