IMAPlatform+Friend.h 307 B

12345678910111213141516
  1. //
  2. // IMAPlatform+Friend.h
  3. // TIMChat
  4. //
  5. // Created by AlexiChen on 16/3/7.
  6. // Copyright © 2016年 AlexiChen. All rights reserved.
  7. //
  8. #import "IMAPlatform.h"
  9. @interface IMAPlatform (Friend)
  10. // 删除好友
  11. - (void)asyncDeleteFriend:(IMAUser *)user succ:(TIMFriendSucc)succ fail:(TIMFail)fail;
  12. @end