1234567891011121314151617 |
- //
- // RQCommonBannerADCell.h
- // NiuBi
- //
- // Created by 张嵘 on 2023/2/20.
- //
- #import "RQCommonCollectionViewCell.h"
- #import "RQCommonBannerADItemViewModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQCommonBannerADCell : RQCommonCollectionViewCell
- @end
- NS_ASSUME_NONNULL_END
|