Objective-C 類別宣告與實作 3月 03, 2014 山姆 類別的宣告必需在 @interface 區段,其語法爲 @interface NewClassName: ParentClassName propertyAndMethodDeclarations; @end PS: 類別名稱第一個字母通常是大寫, 這是約定成俗的做法,以便區分是類別名或變數名稱 類別的實作則是在 @implementation 區段,其語法爲 @implementation NewClassName { memberDeclarations; } methodDefinitions; @end 以電子郵件傳送這篇文章BlogThis!分享至 X分享至 Facebook App / iOS