2004-03-27 23:23:39 +00:00
|
|
|
#import <Foundation/NSObject.h>
|
|
|
|
|
2005-01-04 21:51:13 +00:00
|
|
|
@class STConversation;
|
|
|
|
|
2004-03-27 23:23:39 +00:00
|
|
|
@interface STEnvironmentProcess:NSObject
|
|
|
|
{
|
|
|
|
}
|
2005-01-04 21:51:13 +00:00
|
|
|
- (STConversation *)createConversaion;
|
2004-03-27 23:23:39 +00:00
|
|
|
@end
|