summaryrefslogtreecommitdiff
path: root/cocoa/PSMTabBarControl/PSMProgressIndicator.h
blob: 8f56bd73ae21e37d81702da65a9dea90deed6023 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//
//  PSMProgressIndicator.h
//  PSMTabBarControl
//
//  Created by John Pannell on 2/23/06.
//  Copyright 2006 Positive Spin Media. All rights reserved.
//

#import <Cocoa/Cocoa.h>
#import "PSMTabBarControl.h"


@interface PSMProgressIndicator : NSProgressIndicator {

}

@end

@interface PSMTabBarControl (LayoutPlease)

- (void)update;

@end