// // ZoomLowerWindow.h // ZoomCocoa // // Created by Andrew Hunter on Wed Oct 08 2003. // Copyright (c) 2003 Andrew Hunter. All rights reserved. // #import #import "ZoomProtocol.h" #import "ZoomView.h" @interface ZoomLowerWindow : NSObject { ZoomView* zoomView; ZStyle* backgroundStyle; ZStyle* inputStyle; } - (id) initWithZoomView: (ZoomView*) zoomView; - (ZStyle*) backgroundStyle; - (void) setZoomView: (ZoomView*) view; @end