mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-17 19:09:56 +00:00
29 lines
607 B
Objective-C
29 lines
607 B
Objective-C
//
|
|
// LOTModels.h
|
|
// LottieAnimator
|
|
//
|
|
// Created by Brandon Withrow on 12/15/15.
|
|
// Copyright © 2015 Brandon Withrow. All rights reserved.
|
|
//
|
|
|
|
#ifndef LOTModels_h
|
|
#define LOTModels_h
|
|
|
|
#import "LOTKeyframe.h"
|
|
#import "LOTComposition.h"
|
|
#import "LOTLayer.h"
|
|
#import "LOTMask.h"
|
|
#import "LOTShapeCircle.h"
|
|
#import "LOTShapeFill.h"
|
|
#import "LOTShapeGroup.h"
|
|
#import "LOTShapePath.h"
|
|
#import "LOTShapeRectangle.h"
|
|
#import "LOTShapeStroke.h"
|
|
#import "LOTShapeTransform.h"
|
|
#import "LOTShapeTrimPath.h"
|
|
#import "LOTLayerGroup.h"
|
|
#import "LOTAsset.h"
|
|
#import "LOTShapeGradientFill.h"
|
|
|
|
#endif /* LOTModels_h */
|