LOTHelpers.h 463 B

1234567891011121314151617181920212223242526
  1. //
  2. // LOTHelpers.h
  3. // Lottie
  4. //
  5. // Created by Brandon Withrow on 7/28/16.
  6. // Copyright © 2016 Brandon Withrow. All rights reserved.
  7. //
  8. #ifndef LOTHelpers_h
  9. #define LOTHelpers_h
  10. #import "UIColor+Expanded.h"
  11. #import "CGGeometry+LOTAdditions.h"
  12. #import "LOTBezierPath.h"
  13. #define ENABLE_DEBUG_LOGGING NO
  14. #define ENABLE_DEBUG_SHAPES NO
  15. #endif /* LOTHelpers_h */
  16. // TODO Feature Phase
  17. /*
  18. - Trim Path individually
  19. - Image Cache Support
  20. - Skew transform
  21. */