Blame view

HDFwear/3rd/QWeather.framework/Headers/WarningListClass.h 545 Bytes
75d24c15   yangbin   123
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  //
  //  warningLocListClass.h
  //  QWeather
  //
  //  Created by he on 2020/4/26.
  //  Copyright © 2020 Song. All rights reserved.
  //
  
  #import "QWeatherBaseModel.h"
  @class WarningLoc,Refer;
  
  @interface WarningListClass : QWeatherBaseModel
  @property (nonatomic, copy) NSString *code;
  @property (nonatomic, copy) NSString *updateTime;
  @property (nonatomic, strong) NSArray<WarningLoc *> *warningLocList;
  @property (nonatomic , strong) Refer *refer;
  @end
  
  @interface WarningLoc : QWeatherBaseModel
  @property (nonatomic,copy) NSString *locationId;
  @end