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

#import <Cocoa/Cocoa.h>


@interface PSMProgressIndicator : NSProgressIndicator {
}

@end