mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
19 lines
269 B
Objective-C
19 lines
269 B
Objective-C
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
#ifndef PluginRegistry_h
|
|
#define PluginRegistry_h
|
|
|
|
#import <Flutter/Flutter.h>
|
|
|
|
|
|
@interface PluginRegistry : NSObject
|
|
|
|
|
|
- (instancetype)initWithController:(FlutterViewController *)controller;
|
|
|
|
@end
|
|
|
|
#endif /* PluginRegistry_h */
|