YOUPAILCReportVC.h 396 B

1234567891011121314
  1. //
  2. // YOUPAILCReportVC.h
  3. // LiveChat
  4. //
  5. // Created by 张灿 on 2018/9/10.
  6. // Copyright © 2018年 caicai. All rights reserved.
  7. //
  8. #import "ZCBaseVC.h"
  9. @interface YOUPAILCReportVC : ZCBaseVC
  10. @property(nonatomic,assign)NSInteger youpaiptype; //举报类型 1 个人详情页 2 视频结束 3 动态 4.IM页面
  11. @property(nonatomic,strong)NSString* youpaipreport_uid; //举报的用户ID
  12. @end