//
//  JSUMSModule.m
//  qm-mposkit
//
//  Created by 夏迎霖 on 2017/7/12.
//  Copyright © 2017年 Marc Shilling. All rights reserved.
//

#import "JSUMSModule.h"

@implementation JSUMSModule
RCT_EXPORT_MODULE();



RCT_EXPORT_METHOD(create){
  
}

RCT_EXPORT_METHOD(destroy){
}


- (NSArray<NSString *> *)supportedEvents
{
    return @[@"NlCode"];
}
@end
