FavoritesFileCell.h 253 B

12345678910111213141516
  1. //
  2. // FavoritesFileCell.h
  3. // AIIM
  4. //
  5. // Created by qitewei on 2025/4/30.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface FavoritesFileCell : UITableViewCell
  10. @property (nonatomic, copy) NSDictionary * msg;
  11. @end
  12. NS_ASSUME_NONNULL_END