Overridden by subclasses to substitute another object in place of the object that was decoded and subsequently received this message.
Original signature is '- (id)awakeAfterUsingCoder:(NSCoder *)aDecoder'
Available in Mac OS X v10.0 and later.


- aDecoder (NSCoder)
- The decoder used to decode the receiver.

The receiver, or another object to take the place of the object that was decoded and subsequently received this message.

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