Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
805 | - | 1 | // |
2 | // InAppSettingsPotiValueSpecifierCell.h |
||
3 | // InAppSettingsTestApp |
||
4 | // |
||
5 | // Created by Frank Blumenberg on 04.05.10. |
||
6 | // Copyright 2010 __MyCompanyName__. All rights reserved. |
||
7 | // |
||
8 | |||
9 | #import <Foundation/Foundation.h> |
||
10 | #import "InAppSettings.h" |
||
11 | |||
12 | @interface InAppSettingsPotiValueSpecifierCell : InAppSettingsTableCell {} |
||
13 | |||
14 | - (NSString *)getValueTitle; |
||
15 | |||
16 | @end |