mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-20 18:32:17 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@19495 72102866-910b-0410-8b05-ffd578937521
14 lines
201 B
Objective-C
14 lines
201 B
Objective-C
/*
|
|
* ProjectDelegate.h created by stoyan on 2003-05-12
|
|
*/
|
|
|
|
#ifndef _PROJECTDELEGATE_H
|
|
#define _PROJECTDELEGATE_H
|
|
|
|
@protocol ProjectDelegate <NSObject>
|
|
|
|
- (NSDictionary *)projectTypes;
|
|
|
|
@end
|
|
|
|
#endif
|