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

See https://github.com/flutter/flutter/pull/10259
This commit is contained in:
Jason Simmons 2017-05-26 11:37:06 -07:00 committed by GitHub
parent c06dce4718
commit e913a51c47
2 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,6 @@
#import <Flutter/Flutter.h>
#import "UrlLauncherPlugin.h"
@interface GeneratedPluginRegistrant : NSObject
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry;
@end

View File

@ -3,6 +3,7 @@
//
#import "GeneratedPluginRegistrant.h"
#import <url_launcher/UrlLauncherPlugin.h>
@implementation GeneratedPluginRegistrant