mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-03 03:11:57 +03:00
15 lines
248 B
C
15 lines
248 B
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
|