newModel.h 396 B

12345678910111213141516171819
  1. //
  2. // newModel.h
  3. // ZhongJingLianMeng
  4. //
  5. // Created by youke on 2018/11/15.
  6. // Copyright © 2018 youke. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface newModel : NSObject
  10. @property (nonatomic, copy) NSString *img_path;
  11. @property (nonatomic, copy) NSString *news_Id;
  12. @property (nonatomic, copy) NSString *title;
  13. @property (nonatomic, copy) NSString *createTime;
  14. @end