We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#import "CALayer+AnchorPoint.h"
1 parent 582a94a commit 19280c3Copy full SHA for 19280c3
AXAnimationChain/Classes/AXAnimationChain.h
@@ -32,5 +32,6 @@
32
#import "UIView+AnimationChain.h"
33
#import "AXCoreAnimation.h"
34
#import "UIView+Effects.h"
35
+#import "CALayer+AnchorPoint.h"
36
37
#endif /* AXAnimationChain_h */
AXAnimationChain/Classes/AXChainAnimator.m
@@ -26,6 +26,7 @@
26
#import "AXChainAnimator.h"
27
#import "CAMediaTimingFunction+Extends.h"
28
#import "CAAnimation+Convertable.h"
29
30
NS_ASSUME_NONNULL_BEGIN
31
@interface AXChainAnimator () <CAAnimationDelegate>
{
0 commit comments