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