// // YOUPAIZYAsylumListCell.h // VQU // // Created by Elaine on 2020/10/10. // Copyright © 2020 leo. All rights reserved. // #import #import "YOUPAITFBaseCell.h" #import "YOUPAIZYAsylumListModel.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAIZYAsylumListCell : YOUPAITFBaseCell @property(nonatomic,strong)YOUPAIZYAsylumListModel *youpaipmodel; @property(nonatomic,strong)NSIndexPath *youpaipindexPath; @end NS_ASSUME_NONNULL_END