diff -r cbc80c22691c -r b831679e9467 project_files/HedgewarsMobile/Classes/HWUtils.h --- a/project_files/HedgewarsMobile/Classes/HWUtils.h Tue Oct 25 22:14:55 2011 +0200 +++ b/project_files/HedgewarsMobile/Classes/HWUtils.h Tue Oct 25 22:51:10 2011 +0200 @@ -27,41 +27,7 @@ +(NSString *)modelType; +(NSArray *)teamColors; - -@end - - -@interface UITableView (extra) - --(void) setBackgroundColorForAnyTable:(UIColor *)color; ++(void) releaseCache; @end - -@interface UIColor (extra) - -+(UIColor *)darkYellowColor; -+(UIColor *)lightYellowColor; -+(UIColor *)darkBlueColor; -+(UIColor *)darkBlueColorTransparent; -+(UIColor *)blackColorTransparent; - -@end - - -@interface UILabel (extra) - --(UILabel *)initWithFrame:(CGRect)frame andTitle:(NSString *)title; --(UILabel *)initWithFrame:(CGRect)frame andTitle:(NSString *)title withBorderWidth:(CGFloat) borderWidth; --(UILabel *)initWithFrame:(CGRect)frame andTitle:(NSString *)title withBorderWidth:(CGFloat) borderWidth - withBorderColor:(UIColor *)borderColor withBackgroundColor:(UIColor *)backColor; - -@end - - -@interface NSString (extra) - --(NSString *)MD5hash; - -@end -