mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
16 lines
229 B
Objective-C
16 lines
229 B
Objective-C
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
#import "PluginRegistry.h"
|
|
|
|
@implementation PluginRegistry
|
|
|
|
- (instancetype)initWithController:(FlutterViewController *)controller {
|
|
if (self = [super init]) {
|
|
}
|
|
return self;
|
|
}
|
|
|
|
@end
|