equal
deleted
inserted
replaced
73 NSArray *getAvailableColors (void); |
73 NSArray *getAvailableColors (void); |
74 UILabel *createBlueLabel (NSString *title, CGRect frame); |
74 UILabel *createBlueLabel (NSString *title, CGRect frame); |
75 UILabel *createLabelWithParams (NSString *title, CGRect frame, CGFloat borderWidth, UIColor *borderColor, UIColor *backgroundColor); |
75 UILabel *createLabelWithParams (NSString *title, CGRect frame, CGFloat borderWidth, UIColor *borderColor, UIColor *backgroundColor); |
76 |
76 |
77 CGSize PSPNGSizeFromMetaData (NSString *aFileName); |
77 CGSize PSPNGSizeFromMetaData (NSString *aFileName); |
|
78 |
|
79 @interface NSString (extra) |
|
80 |
|
81 -(NSString *) getMD5hash; |
|
82 |
|
83 @end |
|
84 |