author | koda |
Mon, 02 Aug 2010 23:13:12 +0200 | |
changeset 3705 | e1959819a542 |
parent 3662 | a44406f4369b |
child 3829 | 81db3c85784b |
permissions | -rw-r--r-- |
3547 | 1 |
// |
2 |
// SettingsViewController.h |
|
3 |
// hwengine |
|
4 |
// |
|
5 |
// Created by Vittorio on 08/01/10. |
|
6 |
// Copyright 2010 __MyCompanyName__. All rights reserved. |
|
7 |
// |
|
8 |
||
9 |
#import <UIKit/UIKit.h> |
|
3662
a44406f4369b
polish polish polish polish (also: panning horizontal fix, panning momentum, settings page reworked yet again, memory leaks, crashes, segfaults)
koda
parents:
3660
diff
changeset
|
10 |
#import "EditableCellView.h" |
3547 | 11 |
|
3662
a44406f4369b
polish polish polish polish (also: panning horizontal fix, panning momentum, settings page reworked yet again, memory leaks, crashes, segfaults)
koda
parents:
3660
diff
changeset
|
12 |
@interface GeneralSettingsViewController : UITableViewController <EditableCellViewDelegate> { |
3547 | 13 |
NSMutableDictionary *settingsDictionary; |
14 |
} |
|
15 |
||
16 |
@property (nonatomic, retain) NSMutableDictionary *settingsDictionary; |
|
17 |
||
18 |
@end |