// // Generated file. Do not edit. // #import "GeneratedPluginRegistrant.h"
#import <flutter_boost/BoostChannel.h>
@implementation GeneratedPluginRegistrant + (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry {
[BoostChannel registerWithRegistrar:[registry registrarForPlugin:@"BoostChannel"]];
} @end