// // UpHotView.h // YBVideo // // Created by ybRRR on 2023/7/10. // Copyright © 2023 cat. All rights reserved. // #import typedef void(^upHotEvent)(NSString *status, NSString *orderid); @interface UpHotView : UIView @property(nonatomic, copy)upHotEvent closeEvent; @end