更新 'ios/Classes/SystemProxyPlugin.m'
This commit is contained in:
parent
113ef87d8b
commit
e8ac6e99e2
@ -1,5 +1,10 @@
|
||||
#import "SystemProxyPlugin.h"
|
||||
#import <system_proxy/system_proxy-Swift.h>
|
||||
#if __has_include(<system_proxy/system_proxy-Swift.h>)
|
||||
#import <system_proxy/system_proxy-Swift.h>
|
||||
#else
|
||||
// https://forums.swift.org/t/swift-static-libraries-dont-copy-generated-objective-c-header/19816
|
||||
#import "system_proxy-Swift.h"
|
||||
#endif
|
||||
|
||||
@implementation SystemProxyPlugin
|
||||
+ (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar>*)registrar {
|
||||
|
Loading…
Reference in New Issue
Block a user