Returns the class name of the record that matches the given unique ID.
Original signature is '- (NSString *)recordClassFromUniqueId:(NSString *)uniqueId'
Available in Mac OS X v10.3 and later.


- uniqueId (NSString)
- The unique ID of the record.

The name of the class of the record, for example ABPerson.

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