ModelDescriptionController.h 311 B

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