// // 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 for details. #import @interface RoundRecTextField : NSTextField { IBOutlet RoundRecTextField *characterBackground; IBOutlet RoundRecTextField *textBackground; } @end