BogoInviteListCell.h 368 B

1234567891011121314151617181920
  1. //
  2. // BogoInviteListCell.h
  3. // UniversalApp
  4. //
  5. // Created by Mac on 2021/6/10.
  6. // Copyright © 2021 voidcat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class BogoInviteResponseModelLists;
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface BogoInviteListCell : UITableViewCell
  12. @property(nonatomic, strong) BogoInviteResponseModelLists *model;
  13. @end
  14. NS_ASSUME_NONNULL_END