36 lines
907 B
Objective-C
36 lines
907 B
Objective-C
//
|
|
// suixinkan-Bridging-Header.h
|
|
// suixinkan
|
|
//
|
|
|
|
#if !TARGET_OS_SIMULATOR && __has_include(<AMapFoundationKit/AMapFoundationKit.h>)
|
|
#import <AMapFoundationKit/AMapFoundationKit.h>
|
|
#endif
|
|
|
|
#if !TARGET_OS_SIMULATOR && __has_include(<AMapLocationKit/AMapLocationKit.h>)
|
|
#import <AMapLocationKit/AMapLocationKit.h>
|
|
#endif
|
|
|
|
#if !TARGET_OS_SIMULATOR && __has_include(<MAMapKit/MAMapKit.h>)
|
|
#import <MAMapKit/MAMapKit.h>
|
|
#endif
|
|
|
|
#if !TARGET_OS_SIMULATOR && __has_include(<AMapSearchKit/AMapSearchKit.h>)
|
|
#import <AMapSearchKit/AMapSearchKit.h>
|
|
#endif
|
|
|
|
#if __has_include(<UMCommon/UMCommon.h>)
|
|
#import <UMCommon/UMCommon.h>
|
|
#endif
|
|
|
|
#if __has_include(<JPUSHService.h>)
|
|
#import <JPUSHService.h>
|
|
#endif
|
|
#import "Features/ScenicQueue/Services/AliyunNuiTTSBridge.h"
|
|
|
|
#if __has_include(<UMAPM/UMAPM.h>)
|
|
#import <UMAPM/UMAPM.h>
|
|
#elif __has_include(<UMAPM/UMCrashConfigure.h>)
|
|
#import <UMAPM/UMCrashConfigure.h>
|
|
#endif
|