Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Use <> framework import for MDMMotionAnimator.h in order to support m…
Browse files Browse the repository at this point in the history
…odule builds. (#28)
  • Loading branch information
jverkoey authored Nov 6, 2017
1 parent aff481f commit f8fd050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MDMMotionAnimator.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#import <Foundation/Foundation.h>
#import <QuartzCore/QuartzCore.h>

#import "MotionInterchange.h"
#import <MotionInterchange/MotionInterchange.h>

#import "MDMAnimatableKeyPaths.h"
#import "MDMCoreAnimationTraceable.h"
Expand Down

0 comments on commit f8fd050

Please sign in to comment.