20 lines
378 B
C
20 lines
378 B
C
|
//
|
||
|
// Generated file. Do not edit.
|
||
|
//
|
||
|
|
||
|
// clang-format off
|
||
|
|
||
|
#ifndef GeneratedPluginRegistrant_h
|
||
|
#define GeneratedPluginRegistrant_h
|
||
|
|
||
|
#import <Flutter/Flutter.h>
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface GeneratedPluginRegistrant : NSObject
|
||
|
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry;
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|
||
|
#endif /* GeneratedPluginRegistrant_h */
|