17 lines
395 B
Objective-C
17 lines
395 B
Objective-C
//
|
|
// suixinkan-Bridging-Header.h
|
|
// suixinkan
|
|
//
|
|
|
|
#import <AMapFoundationKit/AMapFoundationKit.h>
|
|
#import <AMapLocationKit/AMapLocationKit.h>
|
|
#import <MAMapKit/MAMapKit.h>
|
|
#import <AMapSearchKit/AMapSearchKit.h>
|
|
#import <UMCommon/UMCommon.h>
|
|
|
|
#if __has_include(<UMAPM/UMAPM.h>)
|
|
#import <UMAPM/UMAPM.h>
|
|
#elif __has_include(<UMAPM/UMCrashConfigure.h>)
|
|
#import <UMAPM/UMCrashConfigure.h>
|
|
#endif
|