LOTArrayInterpolator.h 338 B

1234567891011121314151617181920
  1. //
  2. // LOTArrayInterpolator.h
  3. // Lottie
  4. //
  5. // Created by brandon_withrow on 7/27/17.
  6. // Copyright © 2017 Airbnb. All rights reserved.
  7. //
  8. #import "LOTValueInterpolator.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface LOTArrayInterpolator : LOTValueInterpolator
  11. - (NSArray *)numberArrayForFrame:(NSNumber *)frame;
  12. @end
  13. NS_ASSUME_NONNULL_END