source: gs2-extensions/iOs-3.x/trunk/Classes/PrefViewController.h@ 22603

Last change on this file since 22603 was 22603, checked in by davidb, 14 years ago

Initial cut as iOs 3.x version of Greenstone2.app

File size: 201 bytes
Line 
1
2#import <UIKit/UIKit.h>
3
4#define PREF_NUM_GROUPS 2
5#define PREF_CELLS_PER_GROUP 2
6
7@interface PrefViewController : UITableViewController <UITextFieldDelegate> {
8 UITextField *activeTextField;
9}
10
11@end
Note: See TracBrowser for help on using the repository browser.