YOUPAILCReceiveGiftVC.h 264 B

12345678910111213
  1. //
  2. // YOUPAILCReceiveGiftVC.h
  3. // LiveChat
  4. //
  5. // Created by 张灿 on 2018/9/28.
  6. // Copyright © 2018年 caicai. All rights reserved.
  7. //
  8. #import "ZCBaseVC.h"
  9. @interface YOUPAILCReceiveGiftVC : ZCBaseVC
  10. @property(nonatomic,strong)NSString* youpaipuserId;
  11. @end