Difference between revisions of "Implementation"
Jump to navigation
Jump to search
(Added) |
(add category) |
||
Line 1: | Line 1: | ||
Part of an Objective-C [[class]] specification that defines its implementation. This section defines both public [[method|methods]] as well as private methods —- methods that are not declared in the class’s [[interface]]. | Part of an Objective-C [[class]] specification that defines its implementation. This section defines both public [[method|methods]] as well as private methods —- methods that are not declared in the class’s [[interface]]. | ||
+ | |||
+ | [[Category:Objective-C]] |