I am sure I have read this somewhere, Can anyone tell me what the < > represent in the following interface?
@interface GameFinder : NSObject
NSNetServiceBrowser is a class. NSNetServiceBrowserDelegate is a protocol specifying what methods an NSNetServiceBrowser's delegate must implement.