YOUPAIFinishMsgWindow.h 429 B

12345678910111213141516171819
  1. //
  2. // YOUPAIFinishMsgWindow.h
  3. // YOUQU
  4. //
  5. // Created by xiaohaoran on 2021/12/21.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import "ZYBaseWindow.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @protocol VQ_FinishMsgWindowDelegate <NSObject>
  11. -(void)youpaifjumFinishMsgClick;
  12. @end
  13. @interface YOUPAIFinishMsgWindow : ZYBaseWindow
  14. @property(nonatomic,weak)id<VQ_FinishMsgWindowDelegate>youpaipfinishMsgdelegate;
  15. @end
  16. NS_ASSUME_NONNULL_END