repo.or.cz
/
adiumx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Keep the EKEzvOutgoingFileTransfer.m around so long as it is sending, regardless...
[adiumx.git]
/
Source
/
AIAddBookmarkPlugin.h
blob
952aede0f2c9b5c4b7e612dd00521712a5ab58da
1
//
2
// AIAddBookmarkPlugin.h
3
// Adium
4
//
5
// Created by Erik Beerepoot on 30/07/07.
6
// Copyright 2007 Adium. GPL Licensed.
7
//
8
9
#import <Cocoa/Cocoa.h>
10
11
#import <Adium/AIPlugin.h>
12
@interface AIAddBookmarkPlugin
:
AIPlugin
{
13
14
}
15
16
@end