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


- type (NSString)
- A string containing the filename extension or an encoded HFS type.

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

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