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