1 /* Example for use of GNU gettext.
2 Copyright (C) 2003 Free Software Foundation, Inc.
3 This file is in the public domain.
5 Interface of the Hello class. */
7 #include <AppKit/AppKit.h>
9 @interface Hello
: NSObject
22 - (void)makeKeyAndOrderFront
;
28 @interface
Hello (UIBuilder
)