project_files/HedgewarsMobile/Classes/HWUtils.h
changeset 6208 b831679e9467
parent 6108 7a8da11a6144
child 6246 6b2d19ed521a
--- 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
-