I\'ve googled around and found some answers but I didn\'t get any of them to work. I have one NSObject with the class \"A\" and a second class \"B\" without an NSObject. In
When you write:
I have one NSObject with the class "A" and a second class "B" without an NSObject.
It tells me that you don't have your head around the basic concepts. Read through Apple's objective-C introduction, and the tutorial projects.