9 lines
253 B
Objective-C
9 lines
253 B
Objective-C
#import "SystemProxyPlugin.h"
|
|
#import <system_proxy/system_proxy-Swift.h>
|
|
|
|
@implementation SystemProxyPlugin
|
|
+ (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar>*)registrar {
|
|
[SwiftSystemProxyPlugin registerWithRegistrar:registrar];
|
|
}
|
|
@end
|