]> git.saurik.com Git - cydia.git/blobdiff - UICaboodle/RVPage.h
Finished implement Cydia Token, fixed width rendering, hide unsupported roles from...
[cydia.git] / UICaboodle / RVPage.h
index 7aebba2db5fe6003c5492c526b183f9f2493ebf3..284ebcafb90c802c5176ea9c772e31c9a1487a4a 100644 (file)
@@ -10,6 +10,8 @@
     _transient id delegate_;
 }
 
+- (bool) splitView;
+
 - (NSString *) title;
 - (NSString *) backButtonTitle;
 - (id) rightButtonTitle;
@@ -35,5 +37,6 @@
 - (id) initWithBook:(RVBook *)book;
 
 - (void) setDelegate:(id)delegate;
+- (void) setBook:(RVBook *)book;
 
 @end