// // LOTAnimatableValue.h // LottieAnimator // // Created by brandon_withrow on 7/19/16. // Copyright © 2016 Brandon Withrow. All rights reserved. // #import #import @protocol LOTAnimatableValue - (CAKeyframeAnimation *)animationForKeyPath:(NSString *)keypath; - (BOOL)hasAnimation; @end