// // ZYBaseWindow.h // VQU // // Created by Elaine on 2021/1/9. // Copyright © 2021 leo. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface ZYBaseWindow : UIViewController @property(nonatomic,strong)UIView *baseView;//白色背景View @property(nonatomic,assign)CGFloat vWidth,vHeight;//白色View的大小 @property(nonatomic,assign)BOOL isTouchDismiss;//是否点击返回 YES。返回。 NO 不返回 @end NS_ASSUME_NONNULL_END