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
Also see Apple's Communicating with Objects, which discusses delegates, protocols, and selectors.