集成友盟统计分析和应用性能监控

This commit is contained in:
2026-07-07 14:20:04 +08:00
parent 90ba28e61f
commit 741e701750
9 changed files with 155 additions and 2 deletions

View File

@ -7,3 +7,10 @@
#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