/* 
 * ProjectComponent.h created by probert on 2002-02-10 09:29:07 +0000
 *
 * Project ProjectCenter
 *
 * Created with ProjectCenter - http://www.gnustep.org
 *
 * $Id: ProjectComponent.h,v 1.2 2004/06/11 13:42:01 stoyan Exp $
 */

#ifndef _PROJECTCOMPONENT_H
#define _PROJECTCOMPONENT_H

@class PCProject;
@class NSView;

@protocol ProjectComponent <NSObject>

- (id)initWithProject:(PCProject *)aProject;

- (NSView *)componentView;

@end

#endif


syntax highlighted by Code2HTML, v. 0.9.1