123456789101112131415161718 |
- //
- // ASPointEranCell.h
- // Asteria
- //
- // Created by iOS on 2023/6/24.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface ASPointEranCell : UITableViewCell
- - (void)setData:(NSString *)title des:(NSString *)des status:(BOOL)status;
- @end
- NS_ASSUME_NONNULL_END
|