/* -*-C-*-
*******************************************************************************
*
* File:         HelpPanel.h
* RCS:          $Header: /usr/local/lib/cvs/EnhanceMail/HelpPanel.h,v 1.1.1.1 1995/11/05 18:34:31 cedman Exp $
* Description:  
* Author:       Carl Edman
* Created:      Tue Oct 31 22:16:38 1995
* Modified:     Sun Nov  5 10:19:50 1995 (Carl Edman) cedman@capitalist.princeton.edu
* Language:     C
* Package:      N/A
* Status:       Experimental (Do Not Distribute)
*
* (C) Copyright 1995, but otherwise this file is perfect freeware.
*
*******************************************************************************
*/

#import <appkit/appkit.h>
#import "MailApp.h"

@interface EnhanceHelpPanel : NXHelpPanel
   {
   }
@end

