Skip to content

Commit e17eded

Browse files
张敏超刘伟强
authored andcommitted
【fix】修复头文件的引入问题 SCB-107682
1 parent bb35728 commit e17eded

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ios/Classes/SAFlutterGlobalPropertyPlugin.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@
1919
//
2020

2121
#import <Foundation/Foundation.h>
22+
#if __has_include(<SensorsAnalyticsSDK/SAPropertyPlugin.h>)
23+
#import <SensorsAnalyticsSDK/SAPropertyPlugin.h>
24+
#else
2225
#import "SAPropertyPlugin.h"
26+
#endif
2327

2428
NS_ASSUME_NONNULL_BEGIN
2529

0 commit comments

Comments
 (0)