summaryrefslogtreecommitdiff
path: root/QSDeliciousPlugIn_Source.h
diff options
context:
space:
mode:
authorjnj <jnj@57e2f9b5-c12c-0410-8e95-a1ee7272c91a>2008-11-13 18:59:12 +0000
committerjnj <jnj@57e2f9b5-c12c-0410-8e95-a1ee7272c91a>2008-11-13 18:59:12 +0000
commitba310e8b58d686ee9897b26a7edab5b778a8d96f (patch)
treef7b5feaf4151d88b2283ed657133737b378f7eba /QSDeliciousPlugIn_Source.h
Add remaining plugins
git-svn-id: https://blacktree-elements-public.googlecode.com/svn/trunk@41 57e2f9b5-c12c-0410-8e95-a1ee7272c91a
Diffstat (limited to 'QSDeliciousPlugIn_Source.h')
-rw-r--r--QSDeliciousPlugIn_Source.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/QSDeliciousPlugIn_Source.h b/QSDeliciousPlugIn_Source.h
new file mode 100644
index 0000000..5ddd9d2
--- /dev/null
+++ b/QSDeliciousPlugIn_Source.h
@@ -0,0 +1,24 @@
+//
+// QSDeliciousPlugIn_Source.h
+// QSDeliciousPlugIn
+//
+// Created by Nicholas Jitkoff on 9/18/04.
+// Copyright __MyCompanyName__ 2004. All rights reserved.
+//
+
+
+#import "QSDeliciousPlugIn_Source.h"
+
+@interface QSDeliciousPlugIn_Source : QSObjectSource{
+ NSMutableArray *posts;
+ NSMutableArray *tags;
+ NSMutableArray *dates;
+
+ IBOutlet NSTextField *userField;
+ IBOutlet NSTextField *passField;
+}
+
+- (IBAction)savePassword:(id)sender;
+
+@end
+