Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. protocol WebkitBrowsable: WKUIDelegate {
  2. var webView: WKWebView { get }
  3. var progressView: UIProgressView { get }
  4.  
  5. var URL: NSURL? { get }
  6. var cachePolicy: NSURLRequestCachePolicy { get }
  7. var timeoutInterval: NSTimeInterval { get }
  8.  
  9. init(withURL URL: NSURL?, withCachePolicy cachePolicy: NSURLRequestCachePolicy?, withTimeoutInterval timeoutInterval: NSTimeInterval?)
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement