diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2009-06-17 21:57:49 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:13:16 +0000 |
commit | 28ce87049dc989a01a744f877317cdd39be56597 (patch) | |
tree | 5bd51c020c6a94b37bd901452e170de413fa9104 /UICaboodle/RVPage.h | |
parent | a95e0405841b00b6fb27e5b921d8a77e7d41d9fc (diff) |
Epic multi-threading.
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 7aebba2..18e3dd4 100644 --- a/UICaboodle/RVPage.h +++ b/UICaboodle/RVPage.h @@ -35,5 +35,6 @@ - (id) initWithBook:(RVBook *)book; - (void) setDelegate:(id)delegate; +- (void) setBook:(RVBook *)book; @end |