Extras/GrowlMail/GrowlMail_Prefix.pch
author Peter Hosey <hg@boredzo.org>
Sat Jun 06 21:30:17 2009 -0700 (2009-06-06)
changeset 4209 f8a902d33769
parent 726 e6d5126cbb36
permissions -rw-r--r--
Refactored GrowlMail to have a separate singleton notifier object, in order to make the mail-bundle class less dependent on being a singleton. (Assumptions are bad, especially when you're working with private/undocumented APIs.)
ingmarstein@592
     1
/*
ingmarstein@592
     2
 * Prefix header for all source files of the 'GrowlMail' target in the 'GrowlMail' project.
ingmarstein@592
     3
 */
aranor@185
     4
aranor@185
     5
#ifdef __OBJC__
aranor@185
     6
    #import <Foundation/Foundation.h>
aranor@185
     7
    #import <AppKit/AppKit.h>
aranor@185
     8
#endif
hg@4209
     9
hg@4209
    10
//#define GROWL_MAIL_DEBUG