From c76823439d82dcecb320e5fb5b532cef03e99285 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Tue, 27 Oct 2015 17:39:25 -0700 Subject: [PATCH] Fixed build error on cordova-ios-4.x (backwards compatible) --- src/ios/Sms.m | 6 ------ 1 file changed, 6 deletions(-) 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;