| 1234567891011121314151617 |
- //
- // ShopApplyStatusVC.h
- // yunbaolive
- //
- // Created by ybRRR on 2020/3/9.
- // Copyright © 2020 cat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface ShopApplyStatusVC : YBBaseViewController
- @property (nonatomic, strong)NSString *statusStr;
- @end
- NS_ASSUME_NONNULL_END
|