12345678910111213141516171819 |
- //
- // YOUPAIZYAsylumListCell.h
- // VQU
- //
- // Created by Elaine on 2020/10/10.
- // Copyright © 2020 leo. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #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
|