Swiftgram/Display/UIKitUtils.h
2015-07-30 01:09:30 +03:00

8 lines
102 B
Objective-C

#import <UIKit/UIKit.h>
@interface UIView (AnimationUtils)
+ (double)animationDurationFactor;
@end