00001 // 00002 // AUGUIBase.h 00003 // auguiCocoa 00004 // 00005 // Created by Airy AndrŽ on Sat May 22 2004. 00006 // Copyright (c) 2004 __MyCompanyName__. All rights reserved. 00007 // 00008 00009 #import <AudioUnit/AUCocoaUIView.h> 00010 00011 @class AUGUIView; 00012 00013 @interface AUGUIBase : NSObject <AUCocoaUIBase> 00014 { 00015 IBOutlet AUGUIView * uiFreshlyLoadedView; 00016 } 00017 00018 - (NSString *) description; // string description of the view 00019 00020 @end