Skip to content

Commit

Permalink
fixed method name in protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
boek committed May 26, 2015
1 parent 2045114 commit 08e7c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCDomElementView/SCDomElementView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import WebKit
public protocol SCDomElementViewDelegate {
func domElementViewDidStartRequest(view: SCDomElementView)
func domElementViewDidFinishRequest(view: SCDomElementView)
func domElementView(view: SCDomElementView, DidFinishRequestWithError: NSError)
func domElementView(view: SCDomElementView, DidFinishRequestWithError error: NSError)
}

public class SCDomElementView: UIView, WKNavigationDelegate, UIScrollViewDelegate {
Expand Down

0 comments on commit 08e7c76

Please sign in to comment.