// // CAAnimationGroup+LOTAnimatableGroup.h // LottieAnimator // // Created by brandon_withrow on 7/19/16. // Copyright © 2016 Brandon Withrow. All rights reserved. // #import #import "LOTAnimatableValue.h" @interface CAAnimationGroup (LOTAnimatableGroup) + (nullable CAAnimationGroup *)LOT_animationGroupForAnimatablePropertiesWithKeyPaths:(nonnull NSDictionary> *)properties; @end