diff --git a/src/ios/Sms.m b/src/ios/Sms.m index 78a9abc..7328f3e 100644 --- a/src/ios/Sms.m +++ b/src/ios/Sms.m @@ -1,14 +1,8 @@ #import "Sms.h" -#import @implementation Sms @synthesize callbackID; -- (CDVPlugin *)initWithWebView:(UIWebView *)theWebView { - self = (Sms *)[super initWithWebView:theWebView]; - return self; -} - - (void)send:(CDVInvokedUrlCommand*)command { [self.commandDelegate runInBackground:^{ self.callbackID = command.callbackId;