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
/
NFHUDSlider.h
blob
438e84f99c0d1bb4e5f12bf11478495b730eaf9c
1
//
2
// NFHUDSlider.h
3
// iLife HUD Slider
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
@interface NFHUDSlider
:
NSSlider
12
{
13
}
14
@end