PBHomeChildCell.h 302 B

12345678910111213141516171819
  1. //
  2. // PBHomeChildCell.h
  3. // zbTest
  4. //
  5. // Created by You on 2024/12/15.
  6. //
  7. #import <UIKit/UIKit.h>
  8. #import "PBRoomModel.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface PBHomeChildCell : UICollectionViewCell
  11. @property (nonatomic, strong) PBRoomModel *model;
  12. + (double)cellHeight;
  13. @end
  14. NS_ASSUME_NONNULL_END