ObjC: required to optional
- by Joschy
Hello Guys!
Situation: A protocol A implements a protocol B. B has some @optional and some (@)required methods.
Question: Is it possible in protocol A to set a method from B to the opposite (opt. to reeq. and vv.)?
Cheers!