Skip to content

Commit

Permalink
Added #import "CALayer+AnchorPoint.h".
Browse files Browse the repository at this point in the history
  • Loading branch information
devedbox committed Feb 16, 2017
1 parent 582a94a commit 19280c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions AXAnimationChain/Classes/AXAnimationChain.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
#import "UIView+AnimationChain.h"
#import "AXCoreAnimation.h"
#import "UIView+Effects.h"
#import "CALayer+AnchorPoint.h"

#endif /* AXAnimationChain_h */
1 change: 1 addition & 0 deletions AXAnimationChain/Classes/AXChainAnimator.m
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#import "AXChainAnimator.h"
#import "CAMediaTimingFunction+Extends.h"
#import "CAAnimation+Convertable.h"
#import "CALayer+AnchorPoint.h"
NS_ASSUME_NONNULL_BEGIN
@interface AXChainAnimator () <CAAnimationDelegate>
{
Expand Down

0 comments on commit 19280c3

Please # to comment.