project_files/HedgewarsMobile/ExtraCategories.h
changeset 6209 074ab6ebcb3e
parent 6208 b831679e9467
equal deleted inserted replaced
6208:b831679e9467 6209:074ab6ebcb3e
    18  * File created on 25/10/2011.
    18  * File created on 25/10/2011.
    19  */
    19  */
    20 
    20 
    21 
    21 
    22 #import <Foundation/Foundation.h>
    22 #import <Foundation/Foundation.h>
       
    23 
       
    24 
       
    25 @interface UIScreen (safe)
       
    26 
       
    27 -(CGFloat) safeScale;
       
    28 
       
    29 @end
    23 
    30 
    24 
    31 
    25 @interface UITableView (backgroundColor)
    32 @interface UITableView (backgroundColor)
    26 
    33 
    27 -(void) setBackgroundColorForAnyTable:(UIColor *)color;
    34 -(void) setBackgroundColorForAnyTable:(UIColor *)color;