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