| 123456789101112131415161718192021222324 |
- //
- // YOUPAILCWriteMesVC.h
- // VQU
- //
- // Created by 肖浩然的mac on 2021/8/3.
- // Copyright © 2021 leo. All rights reserved.
- //
- #import "ZCBaseVC.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILCWriteMesVC : ZCBaseVC
- /* 性别 */
- @property (assign, nonatomic) NSInteger youpaipgender;
- @property(nonatomic,strong)NSString* youpaipinviteCodeStr;
- @property(nonatomic,assign)BOOL isFinishMsg;
- @end
- NS_ASSUME_NONNULL_END
|