更新 'ios/Classes/SystemProxyPlugin.m'

master 0.1
刘宏谋 1 year ago
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…
Cancel
Save