//
//  LSPerksLogin+RCTNativeModel.m
//  ReactLightspeedSDK
//
//  Created by marc matta on 6/20/17.
//  Copyright © 2017 com.lightspeed. All rights reserved.
//

#import "LSPerksLogin+RCTNativeModel.h"
#import <React/RCTUtils.h>

@implementation LSPerksLogin (RCTNativeModel)
- (NSDictionary *)reactNativeRepresentation {
    return @{
             @"url":RCTNullIfNil(self.url)
             };
}

@end
