repo.or.cz
/
MacTF.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Don't link with Carbon.framework.
[MacTF.git]
/
iLifeControls
/
NFHUDButtonCell.h
blob
d0bc96fb89dfc0c91f06c9e72f5e141146e3c318
1
//
2
// NFHUDButtonCell.h
3
// iLife HUD Button
4
//
5
// Created by Sean Patrick O'Brien on 9/23/06.
6
// Copyright 2006 Sean Patrick O'Brien. All rights reserved.
7
//
8
9
#import <Cocoa/Cocoa.h>
10
11
12
@interface NFHUDButtonCell
:
NSButtonCell
{
13
14
}
15
16
@end