shareSecretTableViewCell~.h 320 B

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