mitsuba/tools/darwin/BWToolkitFramework.framework/Versions/A/Headers/BWTransparentTextFieldCell.h

17 lines
256 B
Objective-C

//
// BWTransparentTextFieldCell.h
// BWToolkit
//
// Created by Brandon Walkin (www.brandonwalkin.com)
// All code is provided under the New BSD license.
//
#import <Cocoa/Cocoa.h>
@interface BWTransparentTextFieldCell : NSTextFieldCell
{
}
@end