What does < > mean / represent in a class interface?

后端 未结 4 999
盖世英雄少女心
盖世英雄少女心 2021-01-23 04:08

I am sure I have read this somewhere, Can anyone tell me what the < > represent in the following interface?

@interface GameFinder : NSObject 

        
4条回答
  •  醉话见心
    2021-01-23 04:45

    NSNetServiceBrowser is a class. NSNetServiceBrowserDelegate is a protocol specifying what methods an NSNetServiceBrowser's delegate must implement.

提交回复
热议问题