Skip to content

Commit

Permalink
Merge pull request #194 from aquarchitect/master
Browse files Browse the repository at this point in the history
macOS Public Header Build Error
  • Loading branch information
buba447 committed Jun 12, 2017
2 parents 4c623a8 + 481aeec commit bf11cb7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lottie-ios/Classes/PublicHeaders/Lottie.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ FOUNDATION_EXPORT double LottieVersionNumber;
//! Project version string for Lottie.
FOUNDATION_EXPORT const unsigned char LottieVersionString[];

#include <TargetConditionals.h>

#if TARGET_OS_IPHONE
#import "LOTAnimationTransitionController.h"
#endif

#import "LOTAnimationView.h"

#endif /* Lottie_h */

0 comments on commit bf11cb7

Please sign in to comment.