1234567891011121314151617181920 |
- //
- // ASOrderListSubController.h
- // Asteria
- //
- // Created by iOS on 2024/5/13.
- //
- #import "ASBaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface ASOrderListSubController : ASBaseViewController
- @property (nonatomic, copy) NSString *status;
- - (void)refreshListData;
- @end
- NS_ASSUME_NONNULL_END
|