// // LuckyPackageMessageTableViewCell.h // YuMi // // Created by P on 2025/2/14. // #import NS_ASSUME_NONNULL_BEGIN @interface LuckyPackageMessageTableViewCell : UITableViewCell @property(nonatomic, copy) NSDictionary *dataSource; @end NS_ASSUME_NONNULL_END