ios - What type of method declaration is this? -


i came across line of code method being instantiated without use of either + or -. can please explain code :

void *abcd(nsstring *xyz) 

that c function, of type

 return_type  method_name (argument_list) 

your function returns void * , generic pointer, , takes nsstring arguement.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -