- //
- // FavoritesPictrueCell.h
- // AIIM
- //
- // Created by qitewei on 2025/4/30.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface FavoritesPictrueCell : UITableViewCell
- @property (nonatomic, copy) NSDictionary * msg;
- @end
- NS_ASSUME_NONNULL_END
|