YOUPAILCUpdateVersionVC.h 495 B

1234567891011121314151617181920
  1. //
  2. // YOUPAILCUpdateVersionVC.h
  3. // zhimi
  4. //
  5. // Created by Apple on 2019/11/5.
  6. // Copyright © 2019 caiPro. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "ZYBaseWindow.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YOUPAILCUpdateVersionVC : ZYBaseWindow
  12. @property(nonatomic,strong)NSString *youpaipdownLoadUrl,*youpaipupdateText,*youpaipversionStr;
  13. @property(nonatomic,assign)BOOL youpaipenforce;
  14. //@property(nonatomic,assign)CGFloat screenWidth,screenHeight;
  15. @end
  16. NS_ASSUME_NONNULL_END