// // LOTAnimatableBoundsValue.h // LottieAnimator // // Created by brandon_withrow on 7/20/16. // Copyright © 2016 Brandon Withrow. All rights reserved. // #import #import #import "LOTAnimatableValue.h" @interface LOTAnimatableBoundsValue : NSObject - (instancetype)initWithSizeValues:(NSDictionary *)sizeValue frameRate:(NSNumber *)frameRate; @property (nonatomic, readonly) CGRect initialBounds; @end