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