mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-22 19:01:04 +00:00
15 lines
231 B
C
15 lines
231 B
C
|
#include <InterfaceBuilder/IBResourceManager.h>
|
||
|
|
||
|
@class EOEditingContext;
|
||
|
@class EOModelGroup;
|
||
|
|
||
|
|
||
|
@interface GDL2ResourceManager : IBResourceManager
|
||
|
{
|
||
|
EOEditingContext *_defaultEditingContext;
|
||
|
EOModelGroup *modelGroup;
|
||
|
}
|
||
|
|
||
|
@end
|
||
|
|