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
Rename configurations to Debug and Release.
[MacTF.git]
/
iLifeControls.framework
/
Versions
/
A
/
Headers
/
NFIButton.h
blob
b5537771c8d36cc2055a59d0db8a0147d626c6dc
1
//
2
// NFIButton.h
3
// iLife 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
#import <Cocoa/Cocoa.h>
9
10
@interface NFIButton
:
NSButton
11
{
12
}
13
@end