//
//  LinearInterpolator.h
//  ReactNativeNavigation
//
//  Created by Marc Rousavy on 25.09.20.
//  Copyright © 2020 Wix. All rights reserved.
//

#import "Interpolator.h"
#import <Foundation/Foundation.h>

@interface LinearInterpolator : NSObject <Interpolator>

- (instancetype)init;

@end
