// // PSModuleSelectorController.h // PocketSword // // Created by Nic Carter on 21/12/09. // Copyright 2009 The CrossWire Bible Society. All rights reserved. // #import "PSModuleLeafViewController.h" @interface PSModuleSelectorController : NSObject { ShownTab listType; IBOutlet PSModuleLeafViewController *leafViewController; IBOutlet id moduleManager; } @property (assign) ShownTab listType; - (void)tableView:(UITableView *)tableView accessoryButtonTappedForRowWithIndexPath:(NSIndexPath *)indexPath; @end