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