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