libs-steptalk/Tools/STEnvironmentProcess.h
Stefan Urbanek 13f9ee9afc added stenvironment tool, removet stalk and stupdate_languages tools as they were obsolete, reflected framework changes, read from standard input, use remote conversations
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@21699 72102866-910b-0410-8b05-ffd578937521
2005-09-05 20:10:43 +00:00

13 lines
274 B
Objective-C

#import <Foundation/NSObject.h>
#import <StepTalk/STRemoteConversation.h>
@class STConversation;
@class STEnvironment;
@interface STEnvironmentProcess:NSObject<STEnvironmentProcess>
{
STEnvironment *environment;
}
- initWithDescriptionName:(NSString *)descName;
@end