ios - What do the arguments mean betweem the < >? -


this question has answer here:

i looking @ code related parse framework.

what following mean, paricularly referring parameters in < , > ?

@interface appdelegate()<pfloginviewcontrollerdelegate, pfsignupviewcontrollerdelegate>  

this question moreso related objective-c parse itself, although knowing parse may answer question more effectively. thanks.

those protocols appdelegate class conforms to.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -