Skip to content

Commit 19280c3

Browse files
committed
Added #import "CALayer+AnchorPoint.h".
1 parent 582a94a commit 19280c3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

AXAnimationChain/Classes/AXAnimationChain.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@
3232
#import "UIView+AnimationChain.h"
3333
#import "AXCoreAnimation.h"
3434
#import "UIView+Effects.h"
35+
#import "CALayer+AnchorPoint.h"
3536

3637
#endif /* AXAnimationChain_h */

AXAnimationChain/Classes/AXChainAnimator.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#import "AXChainAnimator.h"
2727
#import "CAMediaTimingFunction+Extends.h"
2828
#import "CAAnimation+Convertable.h"
29+
#import "CALayer+AnchorPoint.h"
2930
NS_ASSUME_NONNULL_BEGIN
3031
@interface AXChainAnimator () <CAAnimationDelegate>
3132
{

0 commit comments

Comments
 (0)