Additional header file patches for open toolchain

Additional header file patches for open toolchain

出自iPhone.org.hk

(修訂版本間差異)
跳轉到: 導航, 搜尋
(新頁面: UIKit/UIWebView.h ---- #import "UIKeyboardInputProtocol.h" 改為 //#import "UIKeyboardInputProtocol.h" <br/> @class DOMHTMLElement, DOMNode, DOMNode<UIFormControl>, NSTimer, UIAutoscro...)
第1行: 第1行:
-
UIKit/UIWebView.h
+
== UIKit/UIWebView.h==
-
----
+
-
#import "UIKeyboardInputProtocol.h"
+
<pre>#import "UIKeyboardInputProtocol.h"</pre>
改為
改為
-
//#import "UIKeyboardInputProtocol.h"
+
<pre>//#import "UIKeyboardInputProtocol.h"</pre>
<br/>
<br/>
-
@class DOMHTMLElement, DOMNode, DOMNode<UIFormControl>, NSTimer, UIAutoscrollTimer, UIInformalDelegate, UITextLoupe, UITextTraits, UITextView, UIView, WebPDFView, WebView;
+
<pre>@class DOMHTMLElement, DOMNode, DOMNode<UIFormControl>, NSTimer, UIAutoscrollTimer, UIInformalDelegate, UITextLoupe, UITextTraits, UITextView, UIView, WebPDFView, WebView;</pre>
改為
改為
-
@class DOMHTMLElement, DOMNode, DOMNode/*<UIFormControl>*/, NSTimer, UIAutoscrollTimer, UIInformalDelegate, UITextLoupe, UITextTraits, UITextView, UIView, WebPDFView, WebView;
+
<pre>@class DOMHTMLElement, DOMNode, DOMNode/*<UIFormControl>*/, NSTimer, UIAutoscrollTimer, UIInformalDelegate, UITextLoupe, UITextTraits, UITextView, UIView, WebPDFView, WebView;</pre>
<br/>
<br/>
-
@interface UIWebView : UITiledView <UIKeyboardInput>
+
<pre>@interface UIWebView : UITiledView <UIKeyboardInput></pre>
改為
改為
-
@interface UIWebView : UITiledView /*<UIKeyboardInput>*/
+
<pre>@interface UIWebView : UITiledView /*<UIKeyboardInput>*/</pre>
<br/>
<br/>
-
DOMNode<UIFormControl> *element;
+
<pre>DOMNode<UIFormControl> *element;</pre>
改為
改為
-
DOMNode/*<UIFormControl>*/ *element;
+
<pre>DOMNode/*<UIFormControl>*/ *element;</pre>

在2008年6月24日 (二) 07:21所做的修訂版本

UIKit/UIWebView.h

#import "UIKeyboardInputProtocol.h"

改為

//#import "UIKeyboardInputProtocol.h"


@class DOMHTMLElement, DOMNode, DOMNode<UIFormControl>, NSTimer, UIAutoscrollTimer, UIInformalDelegate, UITextLoupe, UITextTraits, UITextView, UIView, WebPDFView, WebView;

改為

@class DOMHTMLElement, DOMNode, DOMNode/*<UIFormControl>*/, NSTimer, UIAutoscrollTimer, UIInformalDelegate, UITextLoupe, UITextTraits, UITextView, UIView, WebPDFView, WebView;


@interface UIWebView : UITiledView <UIKeyboardInput>

改為

@interface UIWebView : UITiledView /*<UIKeyboardInput>*/


DOMNode<UIFormControl> *element;

改為

DOMNode/*<UIFormControl>*/ *element;