UpHotView.h 297 B

1234567891011121314151617
  1. //
  2. // UpHotView.h
  3. // YBVideo
  4. //
  5. // Created by ybRRR on 2023/7/10.
  6. // Copyright © 2023 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. typedef void(^upHotEvent)(NSString *status, NSString *orderid);
  10. @interface UpHotView : UIView
  11. @property(nonatomic, copy)upHotEvent closeEvent;
  12. @end