summaryrefslogtreecommitdiff
path: root/QSDeliciousPlugIn_Action.h
blob: 7698ec00935261c9c748ed25de7cfe9af5198d43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//  QSDeliciousPlugIn_Action.h
//  QSDeliciousPlugIn
//
//  Created by Nicholas Jitkoff on 9/18/04.
//  Copyright __MyCompanyName__ 2004. All rights reserved.
//

#import <QSCore/QSObject.h>
#import <QSCore/QSActionProvider.h>
#import "QSDeliciousPlugIn_Action.h"
#define QSDeliciousPlugIn_Type @"QSDeliciousPlugIn_Type"
@interface QSDeliciousPlugIn_Action : QSActionProvider
{
}
@end