//
//  LSSurveyStart+RCTNativeModel.m
//  ReactLightspeedSDK
//
//  Created by marc matta on 2/16/17.
//  Copyright © 2017 com.lightspeed. All rights reserved.
//

#import "LSSurveyStart+RCTNativeModel.h"
#import "RCTLSUtils.h"

@implementation LSSurveyStart (RCTNativeModel)

- (NSDictionary *)reactNativeRepresentation {
    return @{
             @"surveyStartTrackId" :  @(RCTZeroIfNaN(self.surveyStartTrackId))
             };
}
@end
