19 lines
284 B
C
19 lines
284 B
C
![]() |
//
|
||
|
// 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
|