1234567891011121314151617 |
- //
- // shareSecretTableViewCell.h
- // 双子星云手机
- //
- // Created by xd h on 2024/5/17.
- //
- #import <UIKit/UIKit.h>
- #import "NASFilePicModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface shareSecretTableViewCell : UITableViewCell
- @property (nonatomic, strong)NASFilePicDataArrModel*dataModel;
- @end
- NS_ASSUME_NONNULL_END
|