SManageFriendVC.h 422 B

1234567891011121314151617
  1. //
  2. // SManageFriendVC.h
  3. // BuguLive
  4. //
  5. // Created by 丁凯 on 2017/9/11.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import "BGBaseViewController.h"
  9. @interface SManageFriendVC : BGBaseViewController
  10. @property (nonatomic, assign) int type;//0表示删除人;1表示添加好友
  11. @property (nonatomic, copy) NSString *liveAVRoomId;
  12. @property (nonatomic, copy) NSString *chatAVRoomId;
  13. @end