mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-22 19:31:56 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/branches/UNSTABLE_0_4@18089 72102866-910b-0410-8b05-ffd578937521
20 lines
279 B
Objective-C
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
|
|
|