TencentMapSDK_iOS_3D_v6.7.0
QMapKitVersion.h
1 //
2 // QMapKitVersion.h
3 // QMapKit
4 //
5 // Created by Keith Cao on 2023/3/3.
6 // Copyright © 2023 tencent. All rights reserved.
7 //
8 
9 #ifndef QMapKitVersion_h
10 #define QMapKitVersion_h
11 
12 #import <QMapFoundationKit/QMapFoundationVersion.h>
13 
14 #define QMapKitVersion 60700
15 #define QMapKitRequiredFoundationMinimumVersion 50200
16 
17 // 依赖库版本检测
18 #if QMapKitRequiredFoundationMinimumVersion > QMapFoundationVersion
19 #error "The QMapFoundationKit version is less than minimum required, please update! Any questions please to visit https://lbs.qq.com/"
20 #endif
21 
22 #endif /* QMapKitVersion_h */