1 Name: Apple sample code
2 URL: http://developer.apple.com/
5 License: Custom license
8 * ImageAndTextCell.h: Changed 'image' property to 'retain' mode to fix a crash.
9 * ImageAndTextCell.m: Moved '@synthesize' to to the top of '@implementation' as
10 suggested by a clang warning.
11 * ImageAndTextCell.m: Switched from -[NSImage compositeToPoint:operation:] to
12 -[NSImage drawInRect:fromRect:operation:fraction:respectFlipped:hints:]
13 as the former is deprecated and doesn't work properly in