IMAPlatform+IMSDKCallBack.h 608 B

12345678910111213141516171819202122232425262728293031
  1. //
  2. // IMAPlatform+IMSDKCallBack.h
  3. // TIMChat
  4. //
  5. // Created by AlexiChen on 16/2/26.
  6. // Copyright © 2016年 AlexiChen. All rights reserved.
  7. //
  8. #import "IMAPlatform.h"
  9. #import <ImSDK/TIMCallback.h>
  10. // IMSDK回调(除MessageListener外)统一处理
  11. @interface IMAPlatform (IMSDKCallBack)<TIMUserStatusListener, TIMConnListener, TIMRefreshListener, TLSRefreshTicketListener>
  12. @end
  13. @interface IMAPlatform (FriendShipListener)<TIMFriendshipListener>
  14. @end
  15. @interface IMAPlatform (GroupAssistantListener)<TIMGroupListener>
  16. //退出登陆 在liveCenterManager里面调用
  17. - (void)doLogout;
  18. @end