summaryrefslogtreecommitdiff
path: root/UICaboodle/RVPage.mm
blob: b22533304f22c0cdaf4c1c5f9383a5e792830a90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#import "RVPage.h"

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

#import "RVBook.h"

@implementation UCViewController
- (void)setDelegate:(id)delegate {
    delegate_ = delegate;
}
- (void) reloadData {
}
@end