~ubuntu-branches/ubuntu/oneiric/pidgin-skype/oneiric

« back to all changes in this revision

Viewing changes to PurpleSkypeService.h

  • Committer: Bazaar Package Importer
  • Author(s): Gabriele Giacone
  • Date: 2011-04-10 19:47:08 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110410194708-uwodrdjuaza4vi8t
Tags: 20110407+svn612+dfsg-1
* New upstream release.
* Standards-Version to 3.9.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//
 
2
//  PurpleSkypeService.h
 
3
//  Adium
 
4
//
 
5
//  Created by Eion Robb 14/10/07
 
6
//
 
7
 
 
8
#import "PurpleService.h"
 
9
 
 
10
@interface PurpleSkypeService : PurpleService {
 
11
 
 
12
}
 
13
 
 
14
@end