mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Initial revision
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
commit
0098375b73
248 changed files with 40027 additions and 0 deletions
13
Examples/first-server.h
Normal file
13
Examples/first-server.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
#ifndef _first_server_h
|
||||
#define _first_server_h
|
||||
|
||||
#include <objc/Object.h>
|
||||
|
||||
@interface FirstServer : Object
|
||||
|
||||
- sayHiTo: (char *)name;
|
||||
|
||||
@end
|
||||
|
||||
#endif /* _first_server_h */
|
Loading…
Add table
Add a link
Reference in a new issue