I have a class with an delegate property. Anyone who wants to be a delegate must conform to a protocol. I defined everything like this:
#import
He doesn't need to declare the methods to conform to the protocol. He only need to implement them in the .m file.