Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / platform / DARWIN / growlagent / GrowlPathway.h
CommitLineData
805e021f
CE
1//
2// GrowlNotificationServer.h
3// Growl
4//
5// Created by Ingmar Stein on 15.11.04.
6// Copyright 2004-2006 The Growl Project. All rights reserved.
7//
8// This file is under the BSD License, refer to License.txt for details
9
10#import <Foundation/Foundation.h>
11
12@protocol GrowlNotificationProtocol
13- (oneway void) registerApplicationWithDictionary:(bycopy NSDictionary *)dict;
14- (oneway void) postNotificationWithDictionary:(bycopy NSDictionary *)notification;
15- (bycopy NSString *) growlVersion;
16@end
17
18@class GrowlApplicationController;
19
20@interface GrowlPathway : NSObject <GrowlNotificationProtocol> {
21}
22
23@end