YMFeesSettingNotesView.h 391 B

12345678910111213141516171819
  1. //
  2. // YMFeesSettingNotesCell.h
  3. // MSYOUPAI
  4. //
  5. // Created by YoMi on 2024/2/24.
  6. // Copyright © 2024 MS. All rights reserved.
  7. //
  8. #import "YMBaseView.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. typedef void(^NotesViewHeightBlock)(CGFloat notesViewHeight);
  11. @interface YMFeesSettingNotesView : YMBaseView
  12. @property (nonatomic, copy) NotesViewHeightBlock notesViewHeightBlock;
  13. @end
  14. NS_ASSUME_NONNULL_END