123456789101112131415161718 |
- //
- // ZBEstimatedViewController.h
- // ZBProject
- //
- // Created by 学丽 on 2019/4/9.
- // Copyright © 2019 ZB. All rights reserved.
- //
- #import "ViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface ZBEstimatedViewController : ViewController
- @property(nonatomic,copy)NSString *types;
- @end
- NS_ASSUME_NONNULL_END
|