GeneratedPluginRegistrant.h 378 Bytes
Newer Older
1 2 3 4
//
//  Generated file. Do not edit.
//

5 6
// clang-format off

7 8 9 10 11
#ifndef GeneratedPluginRegistrant_h
#define GeneratedPluginRegistrant_h

#import <Flutter/Flutter.h>

12 13
NS_ASSUME_NONNULL_BEGIN

14 15 16 17
@interface GeneratedPluginRegistrant : NSObject
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry;
@end

18
NS_ASSUME_NONNULL_END
19
#endif /* GeneratedPluginRegistrant_h */