summaryrefslogtreecommitdiff
path: root/frontends/cocoa/PSMTabBarControl/PSMProgressIndicator.h
blob: 75c81d33c9ead10189e4875966d0d8a7ceef3dce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
//  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