17 lines
342 B
C
17 lines
342 B
C
![]() |
//
|
||
|
// MewMainHomePartyHeadHotCell.h
|
||
|
// xplan-ios
|
||
|
//
|
||
|
// Created by duoban on 2023/12/21.
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
#import "MewMainHomeGiftRecordModel.h"
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface MewMainHomePartyHeadHotCell : UICollectionViewCell
|
||
|
@property(nonatomic,strong) MewMainHomeGiftRecordModel *mewGiftInfo;
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|