#import "SpeechToTextPlugin.h" #import @implementation SpeechToTextPlugin + (void)registerWithRegistrar:(NSObject*)registrar { [SwiftSpeechToTextPlugin registerWithRegistrar:registrar]; } @end