//
//  RCTToast.h
//  RCTToast
//
//  Created by hello on 2017/8/12.
//  Copyright © 2017年 hello. All rights reserved.
//

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

@interface ToastManager : NSObject <RCTBridgeModule>

@end
