1234567891011121314 |
- //
- // YOUPAILCSettingVC.h
- // LiveChat
- //
- // Created by 张灿 on 2018/4/21.
- // Copyright © 2018年 caicai. All rights reserved.
- //
- #import "ZCBaseVC.h"
- #import "YOUPAILCBaseInfo.h"
- @interface YOUPAILCSettingVC : ZCBaseVC
- /* YOUPAILCBaseInfo */
- @property (strong, nonatomic) YOUPAILCBaseInfo *youpaipinfoModel;
- @end
|