Use a variable form an istance into another
Use a variable form an istance into another
- Subject: Use a variable form an istance into another
- From: Roberto <email@hidden>
- Date: Fri, 12 Dec 2003 14:28:40 +0100
How can I use a variable declared into an Istance in another Istance?
example:
@interface comicDataSource : NSObject
{
NSMutableArray * comicsArray;
}
Use the NSMutableArray into another file and another Istance?
_______________________________________________
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.