From f8fd0506320c31e1c471477639332b2ccb6b09fc Mon Sep 17 00:00:00 2001 From: featherless Date: Mon, 6 Nov 2017 12:03:02 -0500 Subject: [PATCH] Use <> framework import for MDMMotionAnimator.h in order to support module builds. (#28) --- src/MDMMotionAnimator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MDMMotionAnimator.h b/src/MDMMotionAnimator.h index 69019e7..cf08b97 100644 --- a/src/MDMMotionAnimator.h +++ b/src/MDMMotionAnimator.h @@ -17,7 +17,7 @@ #import #import -#import "MotionInterchange.h" +#import #import "MDMAnimatableKeyPaths.h" #import "MDMCoreAnimationTraceable.h"