apps-projectcenter/Library/PCProject+ComponentHandling.h
Sergii Stoian f9ab35a030 Start refactoring editor part
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/branches/UNSTABLE_0_4@18089 72102866-910b-0410-8b05-ffd578937521
2003-11-16 22:57:50 +00:00

20 lines
279 B
Objective-C

/*
* Project ProjectCenter
*/
#ifndef _PCProject_ComponentHandling_h_
#define _PCProject_ComponentHandling_h_
#include <Foundation/Foundation.h>
// HACK!
#include "PCProject.h"
@interface PCProject (ComponentHandling)
- (void)runSelectedTarget:(id)sender;
@end
#endif