MBCFloatingBoardWindow.h   [plain text]


/*
	File:		MBCFloatingBoardWindow.h
	Contains:	The board window for the floating board
	Version:	1.0
	Copyright:	© 2003 by Apple Computer, Inc., all rights reserved.

	File Ownership:

		DRI:				Matthias Neeracher    x43683

	Writers:

		(MN)	Matthias Neeracher

	Change History (most recent first):

		$Log: MBCFloatingBoardWindow.h,v $
		Revision 1.1  2003/06/16 05:37:42  neerache
		Add floating board window type
		
*/

#import <Cocoa/Cocoa.h>

@interface MBCFloatingBoardWindow : NSWindow
{
}

@end

// Local Variables:
// mode:ObjC
// End: