add .gitignore

This commit is contained in:
JoyWayer
2023-12-27 20:38:37 +08:00
parent b106a628a5
commit f6343426d6
515 changed files with 104217 additions and 199 deletions

16
msext/Class/Common/APIKey.h Executable file
View File

@@ -0,0 +1,16 @@
//
// 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