Skip to content

Commit

Permalink
fix(cordova): avoid build failure if plugin uses viewController.webVi…
Browse files Browse the repository at this point in the history
…ew (#2330)
  • Loading branch information
jcesarmobile authored Jan 14, 2020
1 parent 45244d6 commit 69f589b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

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

- (id) getCommandInstance:(NSString*)className;

Expand Down

0 comments on commit 69f589b

Please sign in to comment.