I am new to Objective C and I couldn t find resources on this subject at all
let s say I have a function Called A and a function called B , both belong to the same Class , how should I call function B inside of function A ? assuming they both belong to a Class called C
Thanks