Blame view

Twear/3rd/QWeather.framework/Headers/QWeather.h 857 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
  //
  //  QWeather.h
  //  QWeather
  //
  //  Created by 且随疾风前行 on 2018/5/28.
  //  Copyright © 2018 Song. All rights reserved.
  //
  
  #import <UIKit/UIKit.h>
  
  //! Project version number for QWeather.
  FOUNDATION_EXPORT double QWeatherVersionNumber;
  
  //! Project version string for QWeather.
  FOUNDATION_EXPORT const unsigned char QWeatherVersionString[];
  
  //  #import "QWeather.h"
  
  
  /* 当前版本 2021-07-20 4.5 */
  
  /**
   * 写在前面的(废)话
   *
   * 此项目中用到了 AFN 进行网络请求 
   *
   * 使用时请确保你的项目中有 AFN4.0.0+
   */
  /**
   * sdk需要开启定位权限,请在工程plist.info文件中添加NSLocationWhenInUseUsageDescription
   */
  
  /**
   * 使用时请仔细阅读相关文档
   *
   * 其他内容这里不做赘述,祝你写 BUG 愉快
   */
  
  
  #import "AllWeatherInquieirs.h"
  #import "DataBaseClasses.h"