changeset 6822 | 206db098f8c5 |
parent 6700 | e04da46ee43c |
child 6832 | fae8fd118da9 |
6821:d4f75843cf5d | 6822:206db098f8c5 |
---|---|
18 * File created on 08/01/2010. |
18 * File created on 08/01/2010. |
19 */ |
19 */ |
20 |
20 |
21 |
21 |
22 #import <UIKit/UIKit.h> |
22 #import <UIKit/UIKit.h> |
23 #import "EditableCellView.h" |
|
24 |
23 |
25 @interface GeneralSettingsViewController : UITableViewController <EditableCellViewDelegate> { |
24 @interface GeneralSettingsViewController : UITableViewController <EditableCellViewDelegate> { |
26 |
25 |
27 } |
26 } |
28 |
27 |