summaryrefslogtreecommitdiff
path: root/CyteKit/WebViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'CyteKit/WebViewController.h')
-rw-r--r--CyteKit/WebViewController.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/CyteKit/WebViewController.h b/CyteKit/WebViewController.h
index d3ded44..b827020 100644
--- a/CyteKit/WebViewController.h
+++ b/CyteKit/WebViewController.h
@@ -78,6 +78,9 @@
_H<NSString> title_;
_H<NSMutableSet> loading_;
+ _H<NSMutableSet> registered_;
+ _H<NSTimer> timer_;
+
// XXX: NSString * or UIImage *
_H<NSObject> custom_;
_H<NSString> style_;
@@ -152,6 +155,8 @@
- (void) setScrollAlwaysBounceVertical:(bool)value;
- (void) setScrollIndicatorStyle:(UIScrollViewIndicatorStyle)style;
+- (void) registerFrame:(WebFrame *)frame;
+
@end
#endif//CyteKit_WebViewController_H