mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
33 lines
800 B
Objective-C
33 lines
800 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 "CAAnimationGroup+LOTAnimatableGroup.h"
|
|
#import "LOTAnimatableBoundsValue.h"
|
|
#import "LOTAnimatableColorValue.h"
|
|
#import "LOTAnimatableNumberValue.h"
|
|
#import "LOTAnimatablePointValue.h"
|
|
#import "LOTAnimatableScaleValue.h"
|
|
#import "LOTAnimatableShapeValue.h"
|
|
#import "LOTAnimatableValue.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"
|
|
|
|
#endif /* LOTModels_h */
|