2017-08-01 14:44:03 -07:00

20 lines
335 B
Objective-C

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