project_files/HedgewarsMobile/Classes/ExtraCategories.h
branchios-develop
changeset 13166 ba5c794adae3
parent 12872 00215a7ec5f5
child 13167 c129707eb1e6
equal deleted inserted replaced
13164:eefd6d066768 13166:ba5c794adae3
    20 #import <Foundation/Foundation.h>
    20 #import <Foundation/Foundation.h>
    21 
    21 
    22 
    22 
    23 @interface UIScreen (safe)
    23 @interface UIScreen (safe)
    24 
    24 
    25 -(CGFloat) safeScale;
    25 - (CGFloat)safeScale;
    26 -(CGRect) safeBounds;
    26 - (CGRect)safeBounds;
    27 
    27 
    28 @end
    28 @end
    29 
    29 
    30 
    30 
    31 @interface UITableView (backgroundColor)
    31 @interface UITableView (backgroundColor)
    35 @end
    35 @end
    36 
    36 
    37 
    37 
    38 @interface UIColor (HWColors)
    38 @interface UIColor (HWColors)
    39 
    39 
    40 +(UIColor *)darkYellowColor;
    40 + (UIColor *)darkYellowColor;
    41 +(UIColor *)lightYellowColor;
    41 + (UIColor *)lightYellowColor;
    42 +(UIColor *)darkBlueColor;
    42 + (UIColor *)darkBlueColor;
    43 +(UIColor *)darkBlueColorTransparent;
    43 + (UIColor *)darkBlueColorTransparent;
    44 +(UIColor *)blackColorTransparent;
    44 + (UIColor *)blackColorTransparent;
    45 
    45 
    46 @end
    46 @end
    47 
    47 
    48 
    48 
    49 @interface UIButton (quickStyle)
    49 @interface UIButton (quickStyle)
    66 @end
    66 @end
    67 
    67 
    68 
    68 
    69 @interface NSString (MD5)
    69 @interface NSString (MD5)
    70 
    70 
    71 -(NSString *)MD5hash;
    71 - (NSString *)MD5hash;
    72 
    72 
    73 @end
    73 @end
    74 
    74