mirror of https://github.com/AMT-Cheif/drift.git
15 lines
326 B
Objective-C
15 lines
326 B
Objective-C
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
#import "GeneratedPluginRegistrant.h"
|
|
#import <sqflite/SqflitePlugin.h>
|
|
|
|
@implementation GeneratedPluginRegistrant
|
|
|
|
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry {
|
|
[SqflitePlugin registerWithRegistrar:[registry registrarForPlugin:@"SqflitePlugin"]];
|
|
}
|
|
|
|
@end
|