]> git.saurik.com Git - cydia.git/blame_incremental - UICaboodle/RVPage.mm
When cancelButtonIndex is -1, use the first button's background image for the rest...
[cydia.git] / UICaboodle / RVPage.mm
... / ...
CommitLineData
1#import "RVPage.h"
2
3#import <Foundation/Foundation.h>
4#import <UIKit/UIKit.h>
5
6#import "RVBook.h"
7
8@implementation UCViewController
9- (void)setDelegate:(id)delegate {
10 delegate_ = delegate;
11}
12- (void) reloadData {
13}
14@end