YOUPAILCSettingVC.h 321 B

1234567891011121314
  1. //
  2. // YOUPAILCSettingVC.h
  3. // LiveChat
  4. //
  5. // Created by 张灿 on 2018/4/21.
  6. // Copyright © 2018年 caicai. All rights reserved.
  7. //
  8. #import "ZCBaseVC.h"
  9. #import "YOUPAILCBaseInfo.h"
  10. @interface YOUPAILCSettingVC : ZCBaseVC
  11. /* YOUPAILCBaseInfo */
  12. @property (strong, nonatomic) YOUPAILCBaseInfo *youpaipinfoModel;
  13. @end