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

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

#import "PurpleService.h"

@interface PurpleSkypeService : PurpleService {

}

@end