Re: Extending NSMutableDictionary what am I doing wrong?
Re: Extending NSMutableDictionary what am I doing wrong?
- Subject: Re: Extending NSMutableDictionary what am I doing wrong?
- From: mmalcolm crawford <email@hidden>
- Date: Sun, 29 Feb 2004 11:26:11 -0800
On Feb 29, 2004, at 5:09 AM, Greg Hurrell wrote:
I can't for the life of me think why you want a "Page" object that
behaves like a dictionary...
Put like that, fair enough, but:
@interface Page: NSObject
{
[...]
NSMutableDictionary *mutableDictionary;
}
That would be useful for representing, for example, a PDF page -- see
CGPDFPage.
mmalc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.