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
Warn about missing newline.
[MacTF.git]
/
iLifeControls
/
NFIPopUpButtonCell.h
blob
345616957b004a9e5ed8a557baf0bd917ffffbb3
1
//
2
// NFIPopUpButtonCell.h
3
// iLife PopUp Button
4
//
5
// Created by Sean Patrick O'Brien on 9/25/06.
6
// Copyright 2006 Sean Patrick O'Brien. All rights reserved.
7
//
8
9
#import <Cocoa/Cocoa.h>
10
11
12
@interface NFIPopUpButtonCell
:
NSPopUpButtonCell
{
13
14
}
15
16
@end