2017-07-28 14:46:27 -07:00

16 lines
290 B
Objective-C

//
// LOTArrayInterpolator.h
// Lottie
//
// Created by brandon_withrow on 7/27/17.
// Copyright © 2017 Airbnb. All rights reserved.
//
#import "LOTValueInterpolator.h"
@interface LOTArrayInterpolator : LOTValueInterpolator
- (NSArray *)numberArrayForFrame:(NSNumber *)frame;
@end