XYPersonalContentNormalItemCollectionViewCell.h 302 B

12345678910111213141516
  1. //
  2. // XYPersonalContentNormalItemCollectionViewCell.h
  3. // TianYou
  4. //
  5. // Created by 翟玉磊 on 2021/7/21.
  6. //
  7. #import "BaseCollectionViewCell.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface XYPersonalContentNormalItemCollectionViewCell : BaseCollectionViewCell<YLConfigureView>
  10. @end
  11. NS_ASSUME_NONNULL_END