Using dealloc method in a class that have only class methods

2009-10-21 Thread Tharindu Madushanka
Hi I have created a class with only class methods in it and a single static instance variable allocated only one with a class method. Do I need to add a -(void) dealloc: method to this class. Could someone kindly explain. Thank you, Tharindu Madushanka tharindufit.wordpress.com

Re: Using dealloc method in a class that have only class methods

2009-10-21 Thread Nick Zitzmann
On Oct 21, 2009, at 6:41 PM, Tharindu Madushanka wrote: I have created a class with only class methods in it and a single static instance variable allocated only one with a class method. Do I need to add a -(void) dealloc: method to this class. Could someone kindly explain. No. You only