mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 23:39:51 +03:00
7b2694e9f6
svn path=/trunk/netsurf/; revision=11490
15 lines
248 B
Objective-C
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 |