]>
Commit | Line | Data |
---|---|---|
7e9a36b6 JF |
1 | #import "RVPage.h" |
2 | ||
3 | #import <Foundation/Foundation.h> | |
facbc56d | 4 | #import <UIKit/UIKit.h> |
7e9a36b6 JF |
5 | |
6 | #import "RVBook.h" | |
7 | ||
9b623dac | 8 | @implementation CYViewController |
b5e7eebb | 9 | - (void)setDelegate:(id)delegate { |
bc11cf5b | 10 | delegate_ = delegate; |
7e9a36b6 | 11 | } |
7e9a36b6 JF |
12 | - (void) reloadData { |
13 | } | |
cfa9a375 | 14 | @end |