]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UITextView.h
Commit these numerous sequestered UIKit updates.
[iphone-api.git] / UIKit / UITextView.h
index bd2f28174648518a909ed41e883b20509639b23a..555e45196f05fc1e9ce356614dca749cb19fe75b 100644 (file)
@@ -81,6 +81,9 @@
 - (void)mouseDown:(struct __GSEvent *)fp8;
 - (void)mouseDragged:(struct __GSEvent *)fp8;
 - (void)mouseUp:(struct __GSEvent *)fp8;
+#if 1 // iPhoneOS 3.x
+- (void)insertText:(id)fp8;
+#endif
 - (void)scrollRectToVisible:(struct CGRect)fp8 animated:(BOOL)fp24;
 - (void)webViewDidChange:(id)fp8;
 - (void)performBecomeEditableTasks;