| 123456789101112131415161718192021 |
- //
- // PrefixHeader.pch
- // MAMapKit_2D_Demo
- //
- // Created by shaobin on 16/8/9.
- // Copyright © 2016年 Autonavi. All rights reserved.
- //
- #ifndef PrefixHeader_pch
- #define PrefixHeader_pch
- // Include any system framework and library headers here that should be included in all compilation units.
- // You will also need to set the Prefix Header build setting of one or more of your targets to reference this file.
- #import <AMapFoundationKit/AMapFoundationKit.h>
- #import <MAMapKit/MAMapKit.h>
- #import <AMapSearchKit/AMapSearchKit.h>
- #import "APIKey.h"
- #import "RouteCommon.h"
- #endif /* PrefixHeader_pch */
|