blob: a1adc03608fba8a68aded2aee511a62b466e3ce0 [file] [log] [blame]
Name: Apple sample code
URL: http://developer.apple.com/
Local changes:
* ImageAndTextCell.h: Changed 'image' property to 'retain' mode to fix a crash.
* ImageAndTextCell.m: Moved '@synthesize' to to the top of '@implementation' as
suggested by a clang warning.