12345678910111213141516171819 |
- //
- // GoodsReviewsWriteC.h
- // Asteria
- //
- // Created by 王猛 on 2024/1/10.
- //
- #import <WMBase/WMBase.h>
- #import "GoodsInformationM.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface GoodsReviewsWriteC : UCMBaseC
- @property (nonatomic, strong) UIView *topBgV;
- @property (nonatomic, strong) NSString *nav_title;
- @property (nonatomic, strong) GoodsInformationM *goodsM;
- @end
- NS_ASSUME_NONNULL_END
|