m_NetworkController is my network class and SelDataRecivedError is member of type SEL now if i am trying to initialize this selector member from other class like this:
m_NetworkController.SelDataRecivedError = NSSelectorFromString(@"DataRecivedErrorFromServer");
i am getting the error
-[NCcontroller setSelDataRecivedError:]:
unrecognized selector sent to instance 0x3e010c0
what i am missing here? i have property and @synthesize for the SelDataRecivedError