Returns the NSImageRep subclass that handles the specified type of data.
Original signature is '+ (Class)imageRepClassForData:(NSData *)data'
Available in Mac OS X v10.0 and later.


- data (NSData)
- The image data.

A Class object for the image representation that can handle the data, or nil if no image representation could handle the data.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)