2011-03-20 15:16:13 +08:00
|
|
|
//
|
2016-04-09 23:18:45 +08:00
|
|
|
// RoundRecTextField.h
|
|
|
|
// Flycut
|
2011-03-20 15:16:13 +08:00
|
|
|
//
|
2016-04-09 23:18:45 +08:00
|
|
|
// Flycut by Gennadiy Potapov and contributors. Based on Jumpcut by Steve Cook.
|
|
|
|
// Copyright 2011 General Arcade. All rights reserved.
|
2011-03-20 15:16:13 +08:00
|
|
|
//
|
|
|
|
// This code is open-source software subject to the MIT License; see the homepage
|
2016-04-09 23:18:45 +08:00
|
|
|
// at <https://github.com/TermiT/Flycut> for details.
|
|
|
|
//
|
2011-03-20 15:16:13 +08:00
|
|
|
|
|
|
|
#import <AppKit/AppKit.h>
|
|
|
|
|
|
|
|
|
|
|
|
@interface RoundRecTextField : NSTextField {
|
|
|
|
IBOutlet RoundRecTextField *characterBackground;
|
|
|
|
IBOutlet RoundRecTextField *textBackground;
|
|
|
|
}
|
|
|
|
|
|
|
|
@end
|