YOUPAIZYAsylumListCell.h 451 B

12345678910111213141516171819
  1. //
  2. // YOUPAIZYAsylumListCell.h
  3. // VQU
  4. //
  5. // Created by Elaine on 2020/10/10.
  6. // Copyright © 2020 leo. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "YOUPAITFBaseCell.h"
  10. #import "YOUPAIZYAsylumListModel.h"
  11. NS_ASSUME_NONNULL_BEGIN
  12. @interface YOUPAIZYAsylumListCell : YOUPAITFBaseCell
  13. @property(nonatomic,strong)YOUPAIZYAsylumListModel *youpaipmodel;
  14. @property(nonatomic,strong)NSIndexPath *youpaipindexPath;
  15. @end
  16. NS_ASSUME_NONNULL_END