| 1234567891011121314151617181920 |
- //
- // BogoInviteWithDrawItemCell.h
- // UniversalApp
- //
- // Created by Mac on 2021/6/10.
- // Copyright © 2021 voidcat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @class BogoInviteWithDrawResponseModelList;
- NS_ASSUME_NONNULL_BEGIN
- @interface BogoInviteWithDrawItemCell : UICollectionViewCell
- @property(nonatomic, strong) BogoInviteWithDrawResponseModelList *model;
- @end
- NS_ASSUME_NONNULL_END
|