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