00001 // 00002 // RoundedView.h 00003 // RoundedFloatingPanel 00004 // 00005 // Created by Matt Gemmell on Thu Jan 08 2004. 00006 // <http://iratescotsman.com/> 00007 // 00008 00009 00010 #import <Cocoa/Cocoa.h> 00011 00012 @interface RoundedView : NSView { 00013 } 00014 00015 @end