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.)
     1 /*
     2  * Prefix header for all source files of the 'GrowlMail' target in the 'GrowlMail' project.
     3  */
     4 
     5 #ifdef __OBJC__
     6     #import <Foundation/Foundation.h>
     7     #import <AppKit/AppKit.h>
     8 #endif
     9 
    10 //#define GROWL_MAIL_DEBUG