// // YOUPAILCIMNotificationManager.h // LiveChat // // Created by 张灿 on 2018/9/1. // Copyright © 2018年 caicai. All rights reserved. // #import @interface YOUPAILCIMNotificationManager : NSObject + (instancetype)sharedCenter; //空方法 只是因为有些业务需要登录后立马生成 - (void)start; - (void)youpaifhandelDictData; @end