PrefixHeader.pch 609 B

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