// // BogoVirsualDetailListCell.h // BuguLive // // Created by Mac on 2021/1/23. // Copyright © 2021 xfg. All rights reserved. // #import @class BogoVirtualListModel; NS_ASSUME_NONNULL_BEGIN @interface BogoInviteWithDrawLogCell : UITableViewCell @property(nonatomic, strong) BogoVirtualListModel *model; @end NS_ASSUME_NONNULL_END