GeneratedPluginRegistrant.m 329 Bytes
Newer Older
Jidong Chen's avatar
init  
Jidong Chen committed
1 2 3 4 5
//
//  Generated file. Do not edit.
//

#import "GeneratedPluginRegistrant.h"
yangwu.jia's avatar
yangwu.jia committed
6
#import <flutter_boost/BoostChannel.h>
Jidong Chen's avatar
init  
Jidong Chen committed
7 8 9 10

@implementation GeneratedPluginRegistrant

+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry {
Yacumima's avatar
Yacumima committed
11
  [BoostChannel registerWithRegistrar:[registry registrarForPlugin:@"BoostChannel"]];
Jidong Chen's avatar
init  
Jidong Chen committed
12 13 14
}

@end