- //
- // XYRechargeBannerItemCollectionViewCell.h
- // Timi
- //
- // Created by 翟玉磊 on 2022/1/15.
- //
- #import "BaseCollectionViewCell.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface XYRechargeBannerItemCollectionViewCell : BaseCollectionViewCell <YLConfigureView>
- @end
- NS_ASSUME_NONNULL_END
|