summaryrefslogtreecommitdiff
path: root/CyteKit/WebViewController.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2013-12-23 16:18:02 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2013-12-23 16:18:02 -0800
commitd32f96beabb726c84dfeaa3a51bb365eded7f8f9 (patch)
treec60863e6007bd76307d1929b7c98a6eb129b50a4 /CyteKit/WebViewController.h
parent5738f070516b40d0ae4e0ebb570ec86449b4ad60 (diff)
Fix background color so it works on all iOS builds.
Diffstat (limited to 'CyteKit/WebViewController.h')
-rw-r--r--CyteKit/WebViewController.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/CyteKit/WebViewController.h b/CyteKit/WebViewController.h
index c8d9d51..cb1bf61 100644
--- a/CyteKit/WebViewController.h
+++ b/CyteKit/WebViewController.h
@@ -71,7 +71,6 @@
float width_;
Class class_;
- _H<UIColor> color_;
_H<UIBarButtonItem> reloaditem_;
_H<UIBarButtonItem> loadingitem_;
@@ -103,8 +102,6 @@
- (id) initWithWidth:(float)width;
- (id) initWithWidth:(float)width ofClass:(Class)_class;
-- (void) setColor:(UIColor *)color;
-
- (void) callFunction:(WebScriptObject *)function;
- (void) webView:(WebView *)view didClearWindowObject:(WebScriptObject *)window forFrame:(WebFrame *)frame;