]> git.saurik.com Git - cydia.git/blame - UICaboodle/RVPage.mm
Use a static value for the width of the confirm prompt to prevent it from scrolling...
[cydia.git] / UICaboodle / RVPage.mm
CommitLineData
77f175ac
JF
1#import "RVPage.h"
2
3#import <Foundation/Foundation.h>
20b8724d 4#import <UIKit/UIKit.h>
77f175ac
JF
5
6#import "RVBook.h"
7
9ae52960
GP
8@implementation UCViewController
9- (void)setDelegate:(id)delegate {
10 delegate_ = delegate;
77f175ac 11}
77f175ac
JF
12- (void) reloadData {
13}
0efe9812 14@end