system_proxy/ios/Classes/SystemProxyPlugin.m
2019-07-23 18:10:24 +08:00

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