YOUPAILCIMNotificationManager.h 380 B

12345678910111213141516
  1. //
  2. // YOUPAILCIMNotificationManager.h
  3. // LiveChat
  4. //
  5. // Created by 张灿 on 2018/9/1.
  6. // Copyright © 2018年 caicai. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface YOUPAILCIMNotificationManager : NSObject
  10. + (instancetype)sharedCenter;
  11. //空方法 只是因为有些业务需要登录后立马生成
  12. - (void)start;
  13. - (void)youpaifhandelDictData;
  14. @end