mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-24 04:02:00 +00:00
15 lines
201 B
C
15 lines
201 B
C
|
/*
|
||
|
* ProjectDelegate.h created by stoyan on 2003-05-12
|
||
|
*/
|
||
|
|
||
|
#ifndef _PROJECTDELEGATE_H
|
||
|
#define _PROJECTDELEGATE_H
|
||
|
|
||
|
@protocol ProjectDelegate <NSObject>
|
||
|
|
||
|
- (NSDictionary *)projectTypes;
|
||
|
|
||
|
@end
|
||
|
|
||
|
#endif
|