// // LOTPointInterpolator.h // Lottie // // Created by brandon_withrow on 7/12/17. // Copyright © 2017 Airbnb. All rights reserved. // #import "LOTValueInterpolator.h" #import "LOTValueDelegate.h" NS_ASSUME_NONNULL_BEGIN @interface LOTPointInterpolator : LOTValueInterpolator - (CGPoint)pointValueForFrame:(NSNumber *)frame; @property (nonatomic, weak, nullable) id delegate; @end NS_ASSUME_NONNULL_END