//
//  Push2Module.h
//  WeexPluginTemp
//
//  Created by 齐山 on 17/3/14.
//  Copyright © 2017年 taobao. All rights reserved.
//

#import <Foundation/Foundation.h>
#import <WeexSDK/WeexSDK.h>

@interface Push2Module : NSObject<WXModuleProtocol>
-(void)test;
- (void)initGeTui:(NSDictionary *)initOptions :(UIResponder *)delegate;

@end
