lottie-ios_Oc-umbrella.h 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. #ifdef __OBJC__
  2. #import <UIKit/UIKit.h>
  3. #else
  4. #ifndef FOUNDATION_EXPORT
  5. #if defined(__cplusplus)
  6. #define FOUNDATION_EXPORT extern "C"
  7. #else
  8. #define FOUNDATION_EXPORT extern
  9. #endif
  10. #endif
  11. #endif
  12. #import "LOTCompositionContainer.h"
  13. #import "LOTLayerContainer.h"
  14. #import "LOTMaskContainer.h"
  15. #import "LOTBezierData.h"
  16. #import "LOTKeyframe.h"
  17. #import "CGGeometry+LOTAdditions.h"
  18. #import "LOTBezierPath.h"
  19. #import "LOTHelpers.h"
  20. #import "LOTRadialGradientLayer.h"
  21. #import "UIColor+Expanded.h"
  22. #import "CALayer+Compat.h"
  23. #import "LOTPlatformCompat.h"
  24. #import "NSValue+Compat.h"
  25. #import "UIBezierPath.h"
  26. #import "UIColor.h"
  27. #import "LOTAsset.h"
  28. #import "LOTAssetGroup.h"
  29. #import "LOTLayer.h"
  30. #import "LOTLayerGroup.h"
  31. #import "LOTMask.h"
  32. #import "LOTModels.h"
  33. #import "LOTShapeCircle.h"
  34. #import "LOTShapeFill.h"
  35. #import "LOTShapeGradientFill.h"
  36. #import "LOTShapeGroup.h"
  37. #import "LOTShapePath.h"
  38. #import "LOTShapeRectangle.h"
  39. #import "LOTShapeRepeater.h"
  40. #import "LOTShapeStar.h"
  41. #import "LOTShapeStroke.h"
  42. #import "LOTShapeTransform.h"
  43. #import "LOTShapeTrimPath.h"
  44. #import "LOTAnimationView_Internal.h"
  45. #import "LOTAnimatedControl.h"
  46. #import "LOTAnimatedSwitch.h"
  47. #import "LOTAnimationCache.h"
  48. #import "LOTAnimationTransitionController.h"
  49. #import "LOTAnimationView.h"
  50. #import "LOTAnimationView_Compat.h"
  51. #import "LOTBlockCallback.h"
  52. #import "LOTCacheProvider.h"
  53. #import "LOTComposition.h"
  54. #import "LOTInterpolatorCallback.h"
  55. #import "LOTKeypath.h"
  56. #import "Lottie.h"
  57. #import "LOTValueCallback.h"
  58. #import "LOTValueDelegate.h"
  59. #import "LOTCircleAnimator.h"
  60. #import "LOTPathAnimator.h"
  61. #import "LOTPolygonAnimator.h"
  62. #import "LOTPolystarAnimator.h"
  63. #import "LOTRoundedRectAnimator.h"
  64. #import "LOTArrayInterpolator.h"
  65. #import "LOTColorInterpolator.h"
  66. #import "LOTNumberInterpolator.h"
  67. #import "LOTPathInterpolator.h"
  68. #import "LOTPointInterpolator.h"
  69. #import "LOTSizeInterpolator.h"
  70. #import "LOTTransformInterpolator.h"
  71. #import "LOTValueInterpolator.h"
  72. #import "LOTAnimatorNode.h"
  73. #import "LOTRenderNode.h"
  74. #import "LOTTrimPathNode.h"
  75. #import "LOTFillRenderer.h"
  76. #import "LOTGradientFillRender.h"
  77. #import "LOTRenderGroup.h"
  78. #import "LOTRepeaterRenderer.h"
  79. #import "LOTStrokeRenderer.h"
  80. FOUNDATION_EXPORT double lottie_ios_OcVersionNumber;
  81. FOUNDATION_EXPORT const unsigned char lottie_ios_OcVersionString[];