mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-19 15:38:39 +02:00
9ed9a9f105
git-svn-id: http://macvim.googlecode.com/svn/trunk@5 96c4425d-ca35-0410-94e5-3396d5c13a8f
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 |