mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-28 09:13:08 +03:00
f85335a7f9
svn path=/trunk/netsurf/; revision=11396
23 lines
345 B
Objective-C
23 lines
345 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>
|
|
#import "PSMTabBarControl.h"
|
|
|
|
|
|
@interface PSMProgressIndicator : NSProgressIndicator {
|
|
|
|
}
|
|
|
|
@end
|
|
|
|
@interface PSMTabBarControl (LayoutPlease)
|
|
|
|
- (void)update;
|
|
|
|
@end |