Flycut/UI/RoundRecTextField.h
2011-06-10 00:30:07 +08:00

19 lines
461 B
Objective-C
Executable file

//
// RoundedTextField.h
// Jumpcut
//
// Created by steve on Wed Dec 17 2003.
// Copyright (c) 2003 Steve Cook. All rights reserved.
//
// This code is open-source software subject to the MIT License; see the homepage
// at <http://jumpcut.sourceforge.net/> for details.
#import <AppKit/AppKit.h>
@interface RoundRecTextField : NSTextField {
IBOutlet RoundRecTextField *characterBackground;
IBOutlet RoundRecTextField *textBackground;
}
@end