mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 10:11:03 +00:00
14 lines
170 B
C
14 lines
170 B
C
|
|
||
|
#ifndef _first_server_h
|
||
|
#define _first_server_h
|
||
|
|
||
|
#include <objc/Object.h>
|
||
|
|
||
|
@interface FirstServer : Object
|
||
|
|
||
|
- sayHiTo: (char *)name;
|
||
|
|
||
|
@end
|
||
|
|
||
|
#endif /* _first_server_h */
|