17 lines
291 B
Objective-C
17 lines
291 B
Objective-C
//
|
|
// XPNewHomeItemCell.h
|
|
// YuMi
|
|
//
|
|
// Created by duoban on 2023/9/5.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "PIHomeItemModel.h"
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface XPNewHomeItemCell : UICollectionViewCell
|
|
@property(nonatomic,strong) PIHomeItemModel *itmeModel;
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|