File tree 1 file changed +2
-2
lines changed
Pod/Classes/M2DWebViewController
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ typedef NS_ENUM(NSUInteger, M2DWebViewType) {
67
67
68
68
- (instancetype _Nonnull)initWithURL : (NSURL * _Nullable)url type : (M2DWebViewType)type ;
69
69
- (instancetype _Nonnull)initWithURL : (NSURL * _Nullable)url type : (M2DWebViewType)type backArrowImage : (UIImage * _Nullable)backArrowImage forwardArrowImage : (UIImage * _Nullable)forwardArrowImage ;
70
- - (instancetype _Nonnull)initWithConfiguration : (WKWebViewConfiguration *)configuration url : (NSURL * _Nullable)url ;
71
- - (instancetype _Nonnull)initWithConfiguration : (WKWebViewConfiguration *)configuration url : (NSURL * _Nullable)url backArrowImage : (UIImage * _Nullable)backArrowImage forwardArrowImage : (UIImage * _Nullable)forwardArrowImage ;
70
+ - (instancetype _Nonnull)initWithConfiguration : (WKWebViewConfiguration * _Nonnull )configuration url : (NSURL * _Nullable)url ;
71
+ - (instancetype _Nonnull)initWithConfiguration : (WKWebViewConfiguration * _Nonnull )configuration url : (NSURL * _Nullable)url backArrowImage : (UIImage * _Nullable)backArrowImage forwardArrowImage : (UIImage * _Nullable)forwardArrowImage ;
72
72
- (void )goForward : (id _Nonnull)sender ;
73
73
- (void )goBack : (id _Nonnull)sender ;
74
74
- (void )refresh : (id _Nonnull)sender ;
You can’t perform that action at this time.
0 commit comments