blob: 6d606768441aac24106005fbb3692e9a0694edc6 [file] [log] [blame]
#import "{{pluginClass}}.h"
#import <{{projectName}}/{{projectName}}-Swift.h>
@implementation {{pluginClass}}
+ (void)registerWithRegistrar:(NSObject<FlutterPluginRegistrar>*)registrar {
[Swift{{pluginClass}} registerWithRegistrar:registrar];
}
@end