//
//  RCTNativeModel.h
//  ReactLightspeedSDK
//
//  Created by marc matta on 10/12/16.
//  Copyright © 2016 com.lightspeed. All rights reserved.
//

#import <Foundation/Foundation.h>

#ifndef RCTNativeModel_h
#define RCTNativeModel_h

@protocol RCTNativeModel <NSObject>

- (NSDictionary *)reactNativeRepresentation;

@end

#endif /* RCTNativeModel_h */
