equal
deleted
inserted
replaced
68 NSInteger randomPort (void); |
68 NSInteger randomPort (void); |
69 NSString *modelType (void); |
69 NSString *modelType (void); |
70 NSArray *getAvailableColors (void); |
70 NSArray *getAvailableColors (void); |
71 UILabel *createBlueLabel (NSString *title, CGRect frame); |
71 UILabel *createBlueLabel (NSString *title, CGRect frame); |
72 UILabel *createLabelWithParams (NSString *title, CGRect frame, CGFloat borderWidth, UIColor *borderColor, UIColor *backgroundColor); |
72 UILabel *createLabelWithParams (NSString *title, CGRect frame, CGFloat borderWidth, UIColor *borderColor, UIColor *backgroundColor); |
|
73 |
|
74 CGSize PSPNGSizeFromMetaData (NSString *aFileName); |