Skip to content

Commit

Permalink
fix(cordova): Define pluginObjects in CDVViewController (#1651)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Jun 10, 2019
1 parent 17a2e19 commit 44ec67e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

@interface CDVViewController : UIViewController

@property (nonatomic, readonly, strong) NSMutableDictionary* pluginObjects;
@property (nonatomic, readonly, strong) NSMutableDictionary* settings;

- (id) getCommandInstance:(NSString*)className;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ @interface CDVViewController () {
}


@property (nonatomic, readwrite, strong) NSMutableDictionary* pluginObjects;

@end

Expand Down

0 comments on commit 44ec67e

Please sign in to comment.