//
//  RCTConvert+LSSurvey.h
//  ReactLightspeedSDK
//
//  Created by marc matta on 10/13/16.
//  Copyright © 2016 com.lightspeed. All rights reserved.
//

#import <React/RCTConvert.h>
#import "LSSurvey+RCTNativeModel.h"

@interface RCTConvert (LSSurvey)
+ (LSSurvey *)LSSurvey:(id)json;
@end
