GoodsReviewsWriteC.h 388 B

12345678910111213141516171819
  1. //
  2. // GoodsReviewsWriteC.h
  3. // Asteria
  4. //
  5. // Created by 王猛 on 2024/1/10.
  6. //
  7. #import <WMBase/WMBase.h>
  8. #import "GoodsInformationM.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface GoodsReviewsWriteC : UCMBaseC
  11. @property (nonatomic, strong) UIView *topBgV;
  12. @property (nonatomic, strong) NSString *nav_title;
  13. @property (nonatomic, strong) GoodsInformationM *goodsM;
  14. @end
  15. NS_ASSUME_NONNULL_END