19 lines
323 B
Objective-C
19 lines
323 B
Objective-C
//
|
|
// PIHoemCategoryTitleCell.h
|
|
// YuMi
|
|
//
|
|
// Created by duoban on 2024/2/21.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "PIHomeCategoryTitleModel.h"
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface PIHoemCategoryTitleCell : UICollectionViewCell
|
|
|
|
|
|
@property(nonatomic,strong) PIHomeCategoryTitleModel *tagModel;
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|