project_files/HedgewarsMobile/Classes/GeneralSettingsViewController.h
branchios-revival
changeset 11221 e68b3e392091
parent 10108 c68cf030eded
equal deleted inserted replaced
11220:76fd61a88c1e 11221:e68b3e392091
    16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA.
    16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA.
    17  */
    17  */
    18 
    18 
    19 
    19 
    20 #import <UIKit/UIKit.h>
    20 #import <UIKit/UIKit.h>
       
    21 #import "TableViewControllerWithDoneButton.h"
    21 
    22 
    22 
    23 @interface GeneralSettingsViewController : TableViewControllerWithDoneButton <EditableCellViewDelegate> {
    23 @interface GeneralSettingsViewController : UITableViewController <EditableCellViewDelegate> {
       
    24 
    24 
    25 }
    25 }
    26 
    26 
    27 @end
    27 @end