//
//  RCTConvert+LocationSurveyType.m
//  ReactLightspeedSDK
//
//  Created by marc matta on 12/18/17.
//  Copyright © 2017 com.lightspeed. All rights reserved.
//

#import "RCTConvert+LocationSurveyType.h"
#import <LightspeedSDK/LightspeedSDK.h>

@implementation RCTConvert (LocationSurveyType)

RCT_ENUM_CONVERTER(LocationSurveyType, (@{ @"SurveyTypeBoth" : @(LocationSurveyTypeBoth), @"SurveyTypeValidated" : @(LocationSurveyTypeValidated), @"SurveyTypePassive" : @(LocationSurveyTypePassive)}), LocationSurveyTypeBoth, integerValue)

@end
