LOTModels.h 607 B

12345678910111213141516171819202122232425262728
  1. //
  2. // LOTModels.h
  3. // LottieAnimator
  4. //
  5. // Created by Brandon Withrow on 12/15/15.
  6. // Copyright © 2015 Brandon Withrow. All rights reserved.
  7. //
  8. #ifndef LOTModels_h
  9. #define LOTModels_h
  10. #import "LOTKeyframe.h"
  11. #import "LOTComposition.h"
  12. #import "LOTLayer.h"
  13. #import "LOTMask.h"
  14. #import "LOTShapeCircle.h"
  15. #import "LOTShapeFill.h"
  16. #import "LOTShapeGroup.h"
  17. #import "LOTShapePath.h"
  18. #import "LOTShapeRectangle.h"
  19. #import "LOTShapeStroke.h"
  20. #import "LOTShapeTransform.h"
  21. #import "LOTShapeTrimPath.h"
  22. #import "LOTLayerGroup.h"
  23. #import "LOTAsset.h"
  24. #import "LOTShapeGradientFill.h"
  25. #endif /* LOTModels_h */