FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
UIWebView.h
Go to the documentation of this file.
1 //
2 // UIWebView.h
3 // FoundationExtension
4 //
5 // Created by Jeong YunWon on 10. 10. 18..
6 // Copyright 2010 youknowone.org All rights reserved.
7 //
8 
15 #import <UIKit/UIKit.h>
16 
21 
27 - (void)loadRequestForURL:(NSURL *)URL;
28 
30 - (void)loadRequestForFilePath:(NSString *)filePath __deprecated;
31 
32 @end
UIWebView extension.
Definition: UIWebView.h:20