//
//  AliPushManager.h
//  RNYikeLibrary
//
//  Created by winfredxu on 2018/12/15.
//  Copyright © 2018 Facebook. All rights reserved.
//

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

NS_ASSUME_NONNULL_BEGIN

@interface AliPushManager : RCTEventEmitter

+ (AliPushManager *) sharedInstance;

@end

NS_ASSUME_NONNULL_END
