diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-04 02:40:27 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-04 09:45:29 +0000 |
commit | c21004b921c67b3e7748cc1f0c53d02deec1ebca (patch) | |
tree | ac3a8f0eacec9e3a9ed56d073bfc6567c4eed502 /UICaboodle/RVPage.h | |
parent | 6d16684908fdd65f8cc7e000f8c28624a4aa0516 (diff) |
Rewrote the build environment from scratch.
Diffstat (limited to 'UICaboodle/RVPage.h')
-rw-r--r-- | UICaboodle/RVPage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/UICaboodle/RVPage.h b/UICaboodle/RVPage.h index 270c248..d2f84fa 100644 --- a/UICaboodle/RVPage.h +++ b/UICaboodle/RVPage.h @@ -6,5 +6,6 @@ id delegate_; } - (void)setDelegate:(id)delegate; +- (void) reloadData; @end |