12345678910111213141516171819202122232425262728 |
- //
- // 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 */
|