projects
/
cydia.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Use UISearchBar::_searchField if -[UISearchBar searchField] does not exist.
[cydia.git]
/
UICaboodle
/
RVPage.mm
This page requires JavaScript to run. Use
this page
instead.
0 / 14 ( 0%)
Commit
Line
Data
1
#import "RVPage.h"
2
3
#import <Foundation/Foundation.h>
4
#import <UIKit/UIKit.h>
5
6
#import "RVBook.h"
7
8
@implementation CYViewController
9
- (void)setDelegate:(id)delegate {
10
delegate_ = delegate;
11
}
12
- (void) reloadData {
13
}
14
@end