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