// // EditPayView.h // YBVideo // // Created by ybRRR on 2023/7/12. // Copyright © 2023 cat. All rights reserved. // #import typedef void(^editEvent)(NSString *type,NSString *coinStr); @interface EditPayView : UIView @property(nonatomic, copy)editEvent closeEvent; @end