You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
netsurf/cocoa/PSMTabBarControl/PSMProgressIndicator.h

15 lines
248 B

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