YOUPAILPYoungOpenWindow.h 482 B

1234567891011121314151617181920
  1. //
  2. // YOUPAILPYoungOpenWindow.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. NS_ASSUME_NONNULL_BEGIN
  11. @protocol LPYoungOpenDelegate <NSObject>
  12. -(void)youpaifyoungSettingPwd;
  13. @end
  14. @interface YOUPAILPYoungOpenWindow : ZYBaseWindow
  15. //@property(nonatomic,assign)CGFloat vWith,vHeight;
  16. @property(nonatomic,weak)id<LPYoungOpenDelegate>youpaipdelegate;
  17. @end
  18. NS_ASSUME_NONNULL_END