Use NSInteger where absolutely required.
[MacTF.git] / iLifeControls / NFIButton.h
blobb5537771c8d36cc2055a59d0db8a0147d626c6dc
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>
10 @interface NFIButton : NSButton
13 @end