mirror of
https://github.com/TermiT/Flycut.git
synced 2025-02-22 23:13:34 +08:00
19 lines
461 B
Objective-C
Executable file
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
|