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
Allow localization of the Alert Text label in the Display an Alert action
[adiumx.git]
/
Source
/
AINoisyTableColumn.h
blob
d873afb2f7190aced980e9589b2c487d69088714
1
//
2
// AINoisyTableColumn.h
3
// Adium
4
//
5
// Created by Evan Schoenberg on 7/6/06.
6
// Copyright 2006 __MyCompanyName__. All rights reserved.
7
//
8
9
#import <Cocoa/Cocoa.h>
10
11
12
@interface AINoisyTableColumn
:
NSTableColumn
{
13
14
}
15
16
@end