Merge commit 'svn-macvim'
[MacVim/jjgod.git] / PSMTabBarControl / source / PSMProgressIndicator.h
blob8f56bd73ae21e37d81702da65a9dea90deed6023
1 //
2 // PSMProgressIndicator.h
3 // PSMTabBarControl
4 //
5 // Created by John Pannell on 2/23/06.
6 // Copyright 2006 Positive Spin Media. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
10 #import "PSMTabBarControl.h"
13 @interface PSMProgressIndicator : NSProgressIndicator {
17 @end
19 @interface PSMTabBarControl (LayoutPlease)
21 - (void)update;
23 @end