YOUPAILCWriteMesVC.h 427 B

123456789101112131415161718192021222324
  1. //
  2. // YOUPAILCWriteMesVC.h
  3. // VQU
  4. //
  5. // Created by 肖浩然的mac on 2021/8/3.
  6. // Copyright © 2021 leo. All rights reserved.
  7. //
  8. #import "ZCBaseVC.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAILCWriteMesVC : ZCBaseVC
  11. /* 性别 */
  12. @property (assign, nonatomic) NSInteger youpaipgender;
  13. @property(nonatomic,strong)NSString* youpaipinviteCodeStr;
  14. @property(nonatomic,assign)BOOL isFinishMsg;
  15. @end
  16. NS_ASSUME_NONNULL_END