netsurf/cocoa/PSMTabBarControl/PSMProgressIndicator.h
2011-01-26 10:52:13 +00:00

15 lines
248 B
Objective-C

//
// 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