| 123456789101112131415 |
- //
- // ModelDescriptionController.h
- // iSales-NPD
- //
- // Created by Jack on 2017/6/30.
- // Copyright © 2017年 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface ModelDescriptionController : UIViewController
- @property (nonatomic,copy) NSString *model_desc;
- @end
|