我是Objective-C的新手,並且正在通過很多示例來關注它。 我碰到這樣的代碼:接口聲明兩次? - Objective-C
@interface ImagePickerHelper : NSObject <UIImagePickerControllerDelegate, UIPopoverControllerDelegate, UINavigationControllerDelegate>
//Blah Blah
@end
@interface ImagePickerHelper()
//Blah Blah
@end
在谷歌上搜索,我才知道,他們指定超和代表(約順便說一下,我知道小人物)接口名稱後。
但是爲什麼界面在這裏聲明瞭兩次?
[拉文檔,先生(http://developer.apple.com/library/ios/documentation /cocoa/conceptual/objectivec/chapters/occategories.html) – CodaFi
[iOS 5項目中使用的.m文件中的@interface聲明是什麼?](http://stackoverflow.com/questions/9751057/what -is-the-interface-declaration-in-m-files-used-for-in-ios-5-projects) –