ASCheckoutPaymentCell.h 241 B

1234567891011121314151617
  1. //
  2. // ASCheckoutPaymentCell.h
  3. // Asteria
  4. //
  5. // Created by xingyu on 2024/5/8.
  6. //
  7. #import <WMBase/WMBase.h>
  8. #import "ASCheckoutModel.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface ASCheckoutPaymentCell : TT_BaseCell
  11. @end
  12. NS_ASSUME_NONNULL_END