system_proxy/ios/Classes/SystemProxyPlugin.h

5 lines
89 B
C
Raw Normal View History

2019-07-23 18:10:24 +08:00
#import <Flutter/Flutter.h>
@interface SystemProxyPlugin : NSObject<FlutterPlugin>
@end