repo.or.cz
/
siplcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
media: Updated media patches README
[siplcs.git]
/
src
/
adium
/
ESSIPEService.h
blob
01edf41beb68b26055b1b2a66d56c6cd40c6e1d0
1
//
2
// ESSIPEService.h
3
// SIPEAdiumPlugin
4
//
5
// Created by Matt Meissner on 10/30/09.
6
// Copyright 2009 Matt Meissner. All rights reserved.
7
//
8
9
#import <Adium/AIService.h>
10
11
@interface ESSIPEService
:
AIService
{
12
13
}
14
15
@end