mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-25 21:41:23 +00:00
Fix public header for macOS
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user