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

18 lines
279 B
C
Raw Normal View History

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