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