Difference between revisions of "Interface"

From GNUstepWiki
Jump to navigation Jump to search
(Added)
 
(Added to category Objective-C)
 
Line 1: Line 1:
 
Part of an Objective-C [[class]] specification that declares its public interface, which include its [[superclass]] name, [[instance_variable|instance variables]], and public-method prototypes.
 
Part of an Objective-C [[class]] specification that declares its public interface, which include its [[superclass]] name, [[instance_variable|instance variables]], and public-method prototypes.
 +
 +
 +
[[Category:Objective-C]]

Latest revision as of 09:48, 21 June 2006

Part of an Objective-C class specification that declares its public interface, which include its superclass name, instance variables, and public-method prototypes.