// // HFCancelButton.h // HexFiend_2 // // Created by peter on 6/11/08. // Copyright 2008 ridiculous_fish. All rights reserved. // #import /*! @class HFCancelButton @brief A simple subclass of NSButton that has the correct appearance for cancelling. This is not a generally useful class. */ @interface HFCancelButton : NSButton @end