| 12345678910111213141516171819202122232425 | 
							- //
 
- //  ASCheckoutCommentCell.h
 
- //  Asteria
 
- //
 
- //  Created by xingyu on 2024/5/10.
 
- //
 
- #import <WMBase/WMBase.h>
 
- NS_ASSUME_NONNULL_BEGIN
 
- @interface ASCheckoutCommentData : NSObject
 
- @property (nonatomic, copy) NSString *commentStr;
 
- @end
 
- @interface ASCheckoutCommentCell : TT_BaseCell
 
- @property (nonatomic, strong) ASCheckoutCommentData *commentData;
 
- @end
 
- NS_ASSUME_NONNULL_END
 
 
  |