blob: a1adc03608fba8a68aded2aee511a62b466e3ce0 (
plain)
1
2
3
4
5
6
7
|
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.
|