mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Update Gallery's GeneratedPluginRegistrant to the latest template (#10349)
See https://github.com/flutter/flutter/pull/10259
This commit is contained in:
parent
c06dce4718
commit
e913a51c47
@ -7,8 +7,6 @@
|
||||
|
||||
#import <Flutter/Flutter.h>
|
||||
|
||||
#import "UrlLauncherPlugin.h"
|
||||
|
||||
@interface GeneratedPluginRegistrant : NSObject
|
||||
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry;
|
||||
@end
|
||||
|
@ -3,6 +3,7 @@
|
||||
//
|
||||
|
||||
#import "GeneratedPluginRegistrant.h"
|
||||
#import <url_launcher/UrlLauncherPlugin.h>
|
||||
|
||||
@implementation GeneratedPluginRegistrant
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user