Files
peko-ios/YuMi/Modules/YMRoom/View/LuckyPackage/LuckyPackageMessageTableViewCell.h

19 lines
284 B
C
Raw Normal View History

2025-02-28 19:04:09 +08:00
//
// LuckyPackageMessageTableViewCell.h
// YuMi
//
// Created by P on 2025/2/14.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface LuckyPackageMessageTableViewCell : UITableViewCell
@property(nonatomic, copy) NSDictionary *dataSource;
@end
NS_ASSUME_NONNULL_END