Blame view

Pods/AMapFoundation/AMapFoundationKit.framework/Headers/AMapFoundationVersion.h 447 Bytes
75d24c15   yangbin   123
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  //
  //  AMapFoundationVersion.h
  //  AMapFoundation
  //
  //  Created by xiaoming han on 15/10/26.
  //  Copyright © 2015 Amap. All rights reserved.
  //
  
  #import <Foundation/Foundation.h>
  
  #ifndef AMapFoundationVersion_h
  #define AMapFoundationVersion_h
  
  #define AMapFoundationVersionNumber    10609
  
  FOUNDATION_EXTERN NSString * const AMapFoundationVersion;
  FOUNDATION_EXTERN NSString * const AMapFoundationName;
  
  #endif /* AMapFoundationVersion_h */