| OLD | NEW |
| 1 Name: Apple sample code | 1 Name: Apple sample code |
| 2 URL: http://developer.apple.com/ | 2 URL: http://developer.apple.com/ |
| 3 | 3 |
| 4 Local changes: | 4 Local changes: |
| 5 * ImageAndTextCell.h: Changed 'image' property to 'retain' mode to fix a crash. | 5 * ImageAndTextCell.h: Changed 'image' property to 'retain' mode to fix a crash. |
| 6 * ImageAndTextCell.m: Moved '@synthesize' to to the top of '@implementation' as | 6 * ImageAndTextCell.m: Moved '@synthesize' to to the top of '@implementation' as |
| 7 suggested by a clang warning. | 7 suggested by a clang warning. |
| OLD | NEW |