Bumping to version 1.0.1, which uses the latest ITKit. This resolves GrowlITTSW bug #4.
[GrowlITTSW.git] / GrowlITTSWDisplay.h
1 /*
2  *      GrowlITTSW
3  *      GrowlITTSWDisplay.h
4  *
5  *      Copyright (c) 2009 iThink Software
6  *
7  */
8
9 #import <Cocoa/Cocoa.h>
10 #import "GrowlDisplayPlugin.h"
11 #import "GrowlITTSWPrefs.h"
12
13 @class GrowlApplicationNotification;
14
15 @interface GrowlITTSWDisplay : GrowlDisplayPlugin {
16 }
17
18 - (void) displayNotification:(GrowlApplicationNotification *)notification;
19
20 @end