mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 17:51:01 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@391 72102866-910b-0410-8b05-ffd578937521
13 lines
180 B
Objective-C
13 lines
180 B
Objective-C
|
|
#ifndef _first_server_h
|
|
#define _first_server_h
|
|
|
|
#include <Foundation/NSObject.h>
|
|
|
|
@interface FirstServer : NSObject
|
|
|
|
- sayHiTo: (char *)name;
|
|
|
|
@end
|
|
|
|
#endif /* _first_server_h */
|