Skip to content

Commit

Permalink
暴露XMNWebView实现的协议,供子类重写
Browse files Browse the repository at this point in the history
  • Loading branch information
ws00801526 committed Mar 22, 2017
1 parent 1257537 commit 10643c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion XMNWeb.podspec
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'XMNWeb'
s.version = '0.1.4'
s.version = '0.1.5'
s.summary = 'XMNWeb provide WKWebView And JS connection'

# This description is used to generate tags and improve search results.
Expand Down
7 changes: 7 additions & 0 deletions XMNWeb/Classes/Core/XMNWebController.h
Expand Up @@ -118,6 +118,13 @@ NS_ASSUME_NONNULL_BEGIN

@end

/** 暴露XMNWebController实现的 WKUIDelegate, WKNavigationDelegate 接口,供子类重写*/
@interface XMNWebController (XMNWebDelegate) <WKUIDelegate, WKNavigationDelegate>

@property (strong, nonatomic, readonly) NSError *loadingError;

@end


#if DEBUG

Expand Down

0 comments on commit 10643c4

Please sign in to comment.