Files
youle_app_ios/msext/Class/Common/APIKey.h
2023-12-27 20:38:37 +08:00

17 lines
373 B
C
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
//
// APIKey.h
// OfficialDemoLoc
//
// Created by AutoNavi on 15-9-14.
// Copyright (c) 2013年 AutoNavi. All rights reserved.
//
#ifndef OfficialDemoLoc_APIKey_h
#define OfficialDemoLoc_APIKey_h
/* 使用高德地图API请注册Key注册地址http://lbs.amap.com/console/key */
const static NSString *APIKey = @"b0d4a8e3fcbbcc0dd96283b7df6a4494";
#endif