// // IMAPlatform+IMSDKCallBack.h // TIMChat // // Created by AlexiChen on 16/2/26. // Copyright © 2016年 AlexiChen. All rights reserved. // #import "IMAPlatform.h" #import // IMSDK回调(除MessageListener外)统一处理 @interface IMAPlatform (IMSDKCallBack) @end @interface IMAPlatform (FriendShipListener) @end @interface IMAPlatform (GroupAssistantListener) //退出登陆 在liveCenterManager里面调用 - (void)doLogout; @end