// // ZoomWindowThatIsKey.h // ZoomCocoa // // Created by Andrew Hunter on 14/10/2007. // Copyright 2007 Andrew Hunter. All rights reserved. // #import // // Window that inherits its key/main status from its parent window // @interface ZoomWindowThatIsKey : NSWindow { } @end