EditPayView.h 296 B

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