| 123456789101112131415161718 |
- //
- // ApplyRefundVC.h
- // yunbaolive
- //
- // Created by ybRRR on 2020/3/18.
- // Copyright © 2020 cat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "OrderDetailModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface ApplyRefundVC : YBBaseViewController
- @property (nonatomic, strong)OrderDetailModel *models;
- @end
- NS_ASSUME_NONNULL_END
|