Cog/Application/InvertedToolbarWindow.h

18 lines
272 B
C
Raw Normal View History

2007-10-31 22:53:52 -03:00
//
// InvertedToolbarWindow.h
// Cog
//
// Created by Vincent Spader on 10/31/07.
// Copyright 2007 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface InvertedToolbarWindow : NSWindow {
BOOL contentHidden;
double contentHeight;
}
@end