summaryrefslogtreecommitdiff
path: root/QSDeliciousPlugIn_Source.h
diff options
context:
space:
mode:
authorQiushi (Billy) He <qiushihe@me.com>2010-08-02 23:32:53 -0700
committerpjrobertson <robertson.patrick@gmail.com>2010-08-14 11:41:44 +1000
commit8c5345cda99f7ff178fed3d51a59f5602372613d (patch)
tree77e4a3c0060cdce36060c3ffbe17aeaa7d620970 /QSDeliciousPlugIn_Source.h
parentf53401b2fbc498fe529214b8c0b365390830efe2 (diff)
Implemented support for Pinboard.in
Diffstat (limited to 'QSDeliciousPlugIn_Source.h')
-rw-r--r--QSDeliciousPlugIn_Source.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/QSDeliciousPlugIn_Source.h b/QSDeliciousPlugIn_Source.h
index 5ddd9d2..89729de 100644
--- a/QSDeliciousPlugIn_Source.h
+++ b/QSDeliciousPlugIn_Source.h
@@ -9,7 +9,7 @@
#import "QSDeliciousPlugIn_Source.h"
-@interface QSDeliciousPlugIn_Source : QSObjectSource{
+@interface QSDeliciousPlugIn_Source : QSObjectSource <NSXMLParserDelegate> {
NSMutableArray *posts;
NSMutableArray *tags;
NSMutableArray *dates;
@@ -18,7 +18,5 @@
IBOutlet NSTextField *passField;
}
-- (IBAction)savePassword:(id)sender;
-
@end