Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2010-10-15 12:12:56 +0400
committerEion Robb <eion@robbmob.com>2010-10-15 12:12:56 +0400
commitffb35ac8b1fbd37b6cc5167172d86e243c6675d7 (patch)
treeaff9c4eb0fe01ebd550bc453081e5eb26d18ebc2 /SkypePlugin.h
parentc51d4edfe6cccff6c916ad7a9203b282fbb5461f (diff)
Apparently I never commited the code needed to compile the plugin for Adium
Diffstat (limited to 'SkypePlugin.h')
-rw-r--r--SkypePlugin.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/SkypePlugin.h b/SkypePlugin.h
new file mode 100644
index 0000000..df923be
--- /dev/null
+++ b/SkypePlugin.h
@@ -0,0 +1,14 @@
+//
+// SkypePlugin.h
+// SkypePlugin
+//
+// Created by Eion Robb on 14/10/07.
+//
+
+#import <Adium/AIPlugin.h>
+
+@interface SkypePlugin : AIPlugin{
+ id SkypeService;
+}
+
+@end