1 /*
2 copyright 2002 Alexander Malmberg <alexander@malmberg.org>
3 
4 This file is a part of Terminal.app. Terminal.app is free software; you
5 can redistribute it and/or modify it under the terms of the GNU General
6 Public License as published by the Free Software Foundation; version 2
7 of the License. See COPYING or main.m for more information.
8 */
9 
10 #import <Foundation/NSString.h>
11 #import <AppKit/NSTextField.h>
12 
13 @interface NSTextField (label)
14 + newLabel: (NSString *)title;
15 @end
16 
17