equal
deleted
inserted
replaced
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) |