I am trying to create instance of classes in each class. But xCode does not give permission.
For example;
I have class A and I have created instance of class B, if I create instance of A in B. It shows an error that the class is not found do you mean this class.So, i am not able to add it.
Could you please explain this situation and is there a solution for it?
Thank you