diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-06 19:27:29 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-06 19:27:29 -0700 |
commit | 9b623dac3e39ca96e0326a7e93d9684b224c1fa1 (patch) | |
tree | 0cb2a5848b0173f705c9e15c9f0cc3763d3c9f6f /UICaboodle/RVPage.h | |
parent | 9373b14a9943e2bf10ac68d1314bdb2d0ae8ee43 (diff) |
Merge CYViewController into UCViewController.
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; |