- //
- // XYPersonalContentNormalItemCollectionViewCell.h
- // TianYou
- //
- // Created by 翟玉磊 on 2021/7/21.
- //
- #import "BaseCollectionViewCell.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface XYPersonalContentNormalItemCollectionViewCell : BaseCollectionViewCell<YLConfigureView>
- @end
- NS_ASSUME_NONNULL_END
|