i have two classes class a and class b
import class b;
class a{
nsmutablearray *a=@"--some objects----";
}
class b{
something
}
i want to use that array in class b so that i can display it on a table in class b can anybodt tell how can i do it?