// // LOTAnimatableColorValue.h // LottieAnimator // // Created by brandon_withrow on 6/23/16. // Copyright © 2016 Brandon Withrow. All rights reserved. // #import #import #import "LOTAnimatableValue.h" #import "LOTPlatformCompat.h" @interface LOTAnimatableColorValue : NSObject - (instancetype)initWithColorValues:(NSDictionary *)colorValues frameRate:(NSNumber *)frameRate; @property (nonatomic, readonly) UIColor *initialColor; @end