summaryrefslogtreecommitdiff
path: root/UICaboodle/RVPage.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-02-28 05:55:49 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-07 02:41:27 -0800
commit15f0d6136bbba5eb090b2614f08516083484093b (patch)
tree5dcdacdb5422457b29e7b24febcd86f9f81a4163 /UICaboodle/RVPage.h
parent86916d7b35e413f50d64df0943d31b7c810fc58f (diff)
Replace CYNavigationController with a category.
Diffstat (limited to 'UICaboodle/RVPage.h')
-rw-r--r--UICaboodle/RVPage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/UICaboodle/RVPage.h b/UICaboodle/RVPage.h
index 5dbccfd..be2331d 100644
--- a/UICaboodle/RVPage.h
+++ b/UICaboodle/RVPage.h
@@ -4,6 +4,8 @@
@interface UIViewController (Cydia)
- (BOOL) hasLoaded;
+- (void) reloadData;
+- (void) unloadData;
@end
@interface CYViewController : UIViewController {