// // shareRecordTableViewCell.h // 双子星云手机 // // Created by xd h on 2024/5/14. // #import NS_ASSUME_NONNULL_BEGIN @interface shareRecordTableViewCell : UITableViewCell @property(nonatomic,assign) BOOL isEditType; @end NS_ASSUME_NONNULL_END