diff options
Diffstat (limited to 'CyteKit/ListController.h')
-rw-r--r-- | CyteKit/ListController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CyteKit/ListController.h b/CyteKit/ListController.h index b9b8022..a71139f 100644 --- a/CyteKit/ListController.h +++ b/CyteKit/ListController.h @@ -28,6 +28,8 @@ @interface CyteListController : CyteViewController +- (id) initWithTitle:(NSString *)title; + - (bool) shouldYield; - (void) loadView; - (void) _reloadData; |