changeset 6108 | 7a8da11a6144 |
parent 6078 | 8c0cc07731e5 |
child 6208 | b831679e9467 |
--- a/project_files/HedgewarsMobile/Classes/HWUtils.h Sun Oct 09 00:24:58 2011 +0200 +++ b/project_files/HedgewarsMobile/Classes/HWUtils.h Sun Oct 09 01:45:12 2011 +0200 @@ -31,6 +31,13 @@ @end +@interface UITableView (extra) + +-(void) setBackgroundColorForAnyTable:(UIColor *)color; + +@end + + @interface UIColor (extra) +(UIColor *)darkYellowColor;