// // LOTAnimatableShapeValue.h // LottieAnimator // // Created by brandon_withrow on 6/23/16. // Copyright © 2016 Brandon Withrow. All rights reserved. // #import #import "LOTPlatformCompat.h" #import "LOTAnimatableValue.h" @interface LOTAnimatableShapeValue : NSObject - (instancetype)initWithShapeValues:(NSDictionary *)shapeValues frameRate:(NSNumber *)frameRate closed:(BOOL)closed; @property (nonatomic, readonly) UIBezierPath *initialShape; @end