Fix public header for macOS

This commit is contained in:
Hai Nguyen
2017-03-27 19:30:09 -07:00
parent b29efe9a18
commit 481aeecd9b

View File

@@ -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 */