Skip to content

Commit

Permalink
ios fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Vasconcellos committed Oct 9, 2014
1 parent e7db21f commit 39db116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ios/Carrier.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

@interface Carrier : CDVPlugin

- (void)carrier:(CDVInvokedUrlCommand*)command;
- (void)getCarrierInfo:(CDVInvokedUrlCommand*)command;

@end
2 changes: 1 addition & 1 deletion src/ios/Carrier.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

@implementation Carrier

- (void)carrier:(CDVInvokedUrlCommand*)command
- (void)getCarrierInfo:(CDVInvokedUrlCommand*)command
{
NSString *carrier = @"OPERADORA BOLADONA";

Expand Down

0 comments on commit 39db116

Please sign in to comment.