project_files/HedgewarsMobile/Classes/ExtraCategories.h
changeset 6711 76e96101a84f
parent 6700 e04da46ee43c
child 6832 fae8fd118da9
equal deleted inserted replaced
6709:018539298042 6711:76e96101a84f
    46 +(UIColor *)blackColorTransparent;
    46 +(UIColor *)blackColorTransparent;
    47 
    47 
    48 @end
    48 @end
    49 
    49 
    50 
    50 
       
    51 @interface UIButton (quickStyle)
       
    52 
       
    53 -(id) initWithFrame:(CGRect) frame andTitle:(NSString *)title;
       
    54 
       
    55 @end
       
    56 
       
    57 
    51 @interface UILabel (quickStyle)
    58 @interface UILabel (quickStyle)
    52 
    59 
    53 -(UILabel *)initWithFrame:(CGRect)frame andTitle:(NSString *)title;
    60 -(id) initWithFrame:(CGRect)frame andTitle:(NSString *)title;
    54 -(UILabel *)initWithFrame:(CGRect)frame andTitle:(NSString *)title  withBorderWidth:(CGFloat) borderWidth;
    61 -(id) initWithFrame:(CGRect)frame andTitle:(NSString *)title withBorderWidth:(CGFloat) borderWidth;
    55 -(UILabel *)initWithFrame:(CGRect)frame andTitle:(NSString *)title  withBorderWidth:(CGFloat) borderWidth
    62 -(id) initWithFrame:(CGRect)frame andTitle:(NSString *)title withBorderWidth:(CGFloat) borderWidth
    56           withBorderColor:(UIColor *)borderColor withBackgroundColor:(UIColor *)backColor;
    63     withBorderColor:(UIColor *)borderColor withBackgroundColor:(UIColor *)backColor;
    57 
    64 
    58 @end
    65 @end
    59 
    66 
    60 
    67 
    61 @interface NSString (MD5)
    68 @interface NSString (MD5)