Delegates: Difference between revisions

Content deleted Content added
added F#
Line 644: Line 644:
{{works with|Cocoa}}
{{works with|Cocoa}}
{{works with|GNUstep}}
{{works with|GNUstep}}
<lang objc>#import <Cocoa/Cocoa.h>
<lang objc>#import <Foundation/Foundation.h>


@interface Delegator : NSObject {
@interface Delegator : NSObject {