recordFileCell.h 303 B

123456789101112131415161718
  1. //
  2. // recordFileCell.h
  3. // 双子星云手机
  4. //
  5. // Created by xd h on 2025/3/31.
  6. //
  7. #import <UIKit/UIKit.h>
  8. #import "recordFileModel.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface recordFileCell : UITableViewCell
  11. @property(nonatomic,strong) recordFileModel *curRecordFileModel;
  12. @end
  13. NS_ASSUME_NONNULL_END