mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
21 lines
558 B
Objective-C
21 lines
558 B
Objective-C
#ifndef LottieCpp_h
|
|
#define LottieCpp_h
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#import <LottieCpp/LottieAnimation.h>
|
|
#import <LottieCpp/LottieAnimationContainer.h>
|
|
#import <LottieCpp/LottieRenderTree.h>
|
|
#import <LottieCpp/RenderTreeNode.h>
|
|
#import <LottieCpp/CGPath.h>
|
|
#import <LottieCpp/CGPathCocoa.h>
|
|
#import <LottieCpp/Vectors.h>
|
|
#import <LottieCpp/VectorsCocoa.h>
|
|
#import <LottieCpp/Color.h>
|
|
#import <LottieCpp/ShapeAttributes.h>
|
|
#import <LottieCpp/PathElement.h>
|
|
#import <LottieCpp/CurveVertex.h>
|
|
#import <LottieCpp/BezierPath.h>
|
|
|
|
#endif /* LottieCpp_h */
|