- //
- // XYHotGiveRewardUserListTableViewCell.h
- // Timi
- //
- // Created by 翟玉磊 on 2021/11/16.
- //
- #import "BaseTableViewCell.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface XYHotGiveRewardUserListTableViewCell : BaseTableViewCell<YLConfigureView>
- @end
- NS_ASSUME_NONNULL_END
|