Skip to content

Commit

Permalink
Add compatibility for cordova iOS 4 plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean McEmerson committed May 3, 2016
1 parent 4fc23f2 commit b52a8a3
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 48 deletions.
2 changes: 1 addition & 1 deletion src/ios/MapKit.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

@property (nonatomic, assign) BOOL nextRegionChangeIsFromUserInteraction;

- (void) test:(CDVInvokedUrlCommand*)command;
- (void) MapKit:(CDVInvokedUrlCommand*)command;

// - (void) checkLocationPermission(CDVInvokedUrlCommand*)command;
// - (void) requestLocationAlwaysPermission(CDVInvokedUrlCommand*)command;
Expand Down
Loading

0 comments on commit b52a8a3

Please sign in to comment.