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