Commit e913a51c authored by Jason Simmons's avatar Jason Simmons Committed by GitHub

Update Gallery's GeneratedPluginRegistrant to the latest template (#10349)

See https://github.com/flutter/flutter/pull/10259
parent c06dce47
...@@ -7,8 +7,6 @@ ...@@ -7,8 +7,6 @@
#import <Flutter/Flutter.h> #import <Flutter/Flutter.h>
#import "UrlLauncherPlugin.h"
@interface GeneratedPluginRegistrant : NSObject @interface GeneratedPluginRegistrant : NSObject
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry; + (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry;
@end @end
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
// //
#import "GeneratedPluginRegistrant.h" #import "GeneratedPluginRegistrant.h"
#import <url_launcher/UrlLauncherPlugin.h>
@implementation GeneratedPluginRegistrant @implementation GeneratedPluginRegistrant
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment