mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-03 13:13:55 +00:00
14 lines
313 B
Objective-C
14 lines
313 B
Objective-C
#ifdef __OBJC__
|
|
#import <Cocoa/Cocoa.h>
|
|
#endif
|
|
|
|
#import "LOTAnimationTransitionController.h"
|
|
#import "LOTAnimationView.h"
|
|
#import "LOTAnimationView_Compat.h"
|
|
#import "LOTComposition.h"
|
|
#import "Lottie.h"
|
|
|
|
FOUNDATION_EXPORT double LottieVersionNumber;
|
|
FOUNDATION_EXPORT const unsigned char LottieVersionString[];
|
|
|