Files
peko-ios/YuMi/Modules/YMMine/View/Cell/MineInfo/XPMineGiftsTableViewCell.h
2024-06-25 17:24:32 +08:00

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