Re: Category Question

2011-04-03 Thread koko
Of course not, ergo the warning ... thanks ... On Apr 4, 2011, at 12:17 AM, Kyle Sluder wrote: > On Apr 3, 2011, at 11:08 PM, koko wrote: > >> I have added a category to NSDecimalNumber. >> >> I get a warning that NSDecimalNUmber may not respond to 'method' where >> 'method' is what I added

Re: Category Question

2011-04-03 Thread Kyle Sluder
On Apr 3, 2011, at 11:08 PM, koko wrote: > I have added a category to NSDecimalNumber. > > I get a warning that NSDecimalNUmber may not respond to 'method' where > 'method' is what I added in the Category. > > Is this standard behavior? It seems to me that methods in Categories should > be r