mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-09-22 09:18:06 +08:00
15 lines
310 B
Objective-C
15 lines
310 B
Objective-C
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
#ifndef GeneratedPluginRegistrant_h
|
|
#define GeneratedPluginRegistrant_h
|
|
|
|
#import <Flutter/Flutter.h>
|
|
|
|
@interface GeneratedPluginRegistrant : NSObject
|
|
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry;
|
|
@end
|
|
|
|
#endif /* GeneratedPluginRegistrant_h */
|