| 1234567891011121314151617 |
- //
- // BondViewController.h
- // yunbaolive
- //
- // Created by ybRRR on 2020/2/29.
- // Copyright © 2020 cat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface BondViewController : YBBaseViewController
- @property (nonatomic, strong)NSDictionary *infoDic;
- @end
- NS_ASSUME_NONNULL_END
|