//
//  RNWalletModule.h
//  RNWalletModule
//
//  Created by Erik Poort on 27/07/2017.
//  Copyright (c) 2017 MediaMonks. All rights reserved.
//

#import <Foundation/Foundation.h>
#import <React/RCTBridgeModule.h>

@interface RNWalletModule : NSObject <RCTBridgeModule>

@end
