NASMySpaceTableViewCell.h 299 B

1234567891011121314151617
  1. //
  2. // NASMySpaceTableViewCell.h
  3. // 双子星云手机
  4. //
  5. // Created by xd h on 2024/6/21.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface NASMySpaceTableViewCell : UITableViewCell
  10. @property(nonatomic,strong) cloudPhoneExtraFileModel * extraFileModel;
  11. @end
  12. NS_ASSUME_NONNULL_END