// // shareSecretTableViewCell.h // Private-X // // Created by xd h on 2024/5/17. // #import #import "NASFilePicModel.h" NS_ASSUME_NONNULL_BEGIN @interface shareSecretTableViewCell : UITableViewCell @property (nonatomic, strong)NASFilePicDataArrModel*dataModel; @end NS_ASSUME_NONNULL_END