1234567891011121314151617181920212223242526 |
- //
- // LOTHelpers.h
- // Lottie
- //
- // Created by Brandon Withrow on 7/28/16.
- // Copyright © 2016 Brandon Withrow. All rights reserved.
- //
- #ifndef LOTHelpers_h
- #define LOTHelpers_h
- #import "UIColor+Expanded.h"
- #import "CGGeometry+LOTAdditions.h"
- #import "LOTBezierPath.h"
- #define ENABLE_DEBUG_LOGGING NO
- #define ENABLE_DEBUG_SHAPES NO
- #endif /* LOTHelpers_h */
- // TODO Feature Phase
- /*
- - Trim Path individually
- - Image Cache Support
- - Skew transform
- */
|