lottie-ios-umbrella.h 726 B

123456789101112131415161718192021222324252627282930
  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 "LOTAnimatedControl.h"
  13. #import "LOTAnimatedSwitch.h"
  14. #import "LOTAnimationCache.h"
  15. #import "LOTAnimationTransitionController.h"
  16. #import "LOTAnimationView.h"
  17. #import "LOTAnimationView_Compat.h"
  18. #import "LOTBlockCallback.h"
  19. #import "LOTCacheProvider.h"
  20. #import "LOTComposition.h"
  21. #import "LOTInterpolatorCallback.h"
  22. #import "LOTKeypath.h"
  23. #import "Lottie.h"
  24. #import "LOTValueCallback.h"
  25. #import "LOTValueDelegate.h"
  26. FOUNDATION_EXPORT double LottieVersionNumber;
  27. FOUNDATION_EXPORT const unsigned char LottieVersionString[];