1234567891011121314151617 |
- //
- // YOUPAIMyNetworkCell.h
- // MSYOUPAI
- //
- // Created by xiaohaoran on 2022/3/11.
- // Copyright © 2022 MS. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "YOUPAIMyNetworkModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAIMyNetworkCell : UITableViewCell
- @property(nonatomic,strong)YOUPAIMyNetworkModel *model;
- @end
- NS_ASSUME_NONNULL_END
|