19 lines
269 B
Objective-C
19 lines
269 B
Objective-C
//
|
|
// XPMineGiftsTableViewCell.h
|
|
// YuMi
|
|
//
|
|
// Created by P on 2024/6/25.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface XPMineGiftsTableViewCell : UITableViewCell
|
|
|
|
@property (nonatomic, copy) NSArray *giftsDataSource;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|