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

SkypePlugin.h - github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: df923be8aafee4482e7ffb688494ec1d5e4bf697 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
//  SkypePlugin.h
//  SkypePlugin
//
//  Created by Eion Robb on 14/10/07.
//

#import <Adium/AIPlugin.h>

@interface SkypePlugin : AIPlugin{
	id SkypeService;
}

@end