From 22f8bed9669aee2b33cbc4da49eea3106e91c338 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 4 Dec 2008 07:17:49 +0000 Subject: Reorganized code and mostly finished ratings indicator. --- UICaboodle/RVBook.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'UICaboodle/RVBook.h') diff --git a/UICaboodle/RVBook.h b/UICaboodle/RVBook.h index d1037b2..88a5191 100644 --- a/UICaboodle/RVBook.h +++ b/UICaboodle/RVBook.h @@ -7,13 +7,18 @@ @class UINavigationBar; @class UITransitionView; +@protocol RVNavigationBarDelegate +@end + @protocol RVDelegate - (void) setPageActive:(BOOL)active with:(id)object; - (void) resetViewAnimated:(BOOL)animated with:(id)object; - (void) reloadDataWith:(id)object; @end -@interface RVBook : UIView { +@interface RVBook : UIView < + RVNavigationBarDelegate +> { NSMutableArray *pages_; UINavigationBar *navbar_; UITransitionView *transition_; -- cgit v1.2.3