YOUPAILPYoungCloseWindow.h 512 B

12345678910111213141516171819202122
  1. //
  2. // YOUPAILPYoungCloseWindow.h
  3. // livePro
  4. //
  5. // Created by leo on 2019/12/26.
  6. // Copyright © 2019 caiPro. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "ZYBaseWindow.h"
  10. @protocol LPYoungCloseDelegate <NSObject>
  11. -(void)youpaifyoungForgetPwd;
  12. -(void)youpaifyoungClose;
  13. @end
  14. NS_ASSUME_NONNULL_BEGIN
  15. @interface YOUPAILPYoungCloseWindow : ZYBaseWindow
  16. //@property(nonatomic,assign)CGFloat vWith,vHeight;
  17. @property(nonatomic,weak)id<LPYoungCloseDelegate>youpaipdelegate;
  18. @end
  19. NS_ASSUME_NONNULL_END