diff options
Diffstat (limited to 'UICaboodle/RVPage.h')
-rw-r--r-- | UICaboodle/RVPage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UICaboodle/RVPage.h b/UICaboodle/RVPage.h index 3f16bc1..1f39428 100644 --- a/UICaboodle/RVPage.h +++ b/UICaboodle/RVPage.h @@ -2,7 +2,7 @@ #import <UIKit/UIKit.h> -@interface UCViewController : UIViewController { +@interface CYViewController : UIViewController { id delegate_; } - (void)setDelegate:(id)delegate; |