// // YOUPAIZYSelectSexWindow.h // VQU // // Created by Elaine on 2020/12/14. // Copyright © 2020 leo. All rights reserved. // #import #import "ZYBaseWindow.h" NS_ASSUME_NONNULL_BEGIN @protocol ZYSelectSexWindowDelegate -(void)youpaifSelectSexWindowAction:(NSInteger)gender; @end @interface YOUPAIZYSelectSexWindow : ZYBaseWindow //@property(nonatomic,assign)CGFloat vWith,vHeight; @property(nonatomic,assign)NSInteger youpaipgender; @property(nonatomic,weak)idyoupaipdelegate; @end NS_ASSUME_NONNULL_END