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

5 lines
89 B
Objective-C

#import <Flutter/Flutter.h>
@interface SystemProxyPlugin : NSObject<FlutterPlugin>
@end