22 lines
503 B
Mathematica
22 lines
503 B
Mathematica
|
//
|
||
|
// Generated file. Do not edit.
|
||
|
//
|
||
|
|
||
|
// clang-format off
|
||
|
|
||
|
#import "GeneratedPluginRegistrant.h"
|
||
|
|
||
|
#if __has_include(<foundation_fluttify/FoundationFluttifyPlugin.h>)
|
||
|
#import <foundation_fluttify/FoundationFluttifyPlugin.h>
|
||
|
#else
|
||
|
@import foundation_fluttify;
|
||
|
#endif
|
||
|
|
||
|
@implementation GeneratedPluginRegistrant
|
||
|
|
||
|
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry {
|
||
|
[FoundationFluttifyPlugin registerWithRegistrar:[registry registrarForPlugin:@"FoundationFluttifyPlugin"]];
|
||
|
}
|
||
|
|
||
|
@end
|