mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix typos.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@365 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a58e53bc67
commit
ce4bab1207
1 changed files with 3 additions and 1 deletions
|
@ -21,6 +21,8 @@
|
|||
#ifndef __NSSerialization_h_OBJECTS_INCLUDE
|
||||
#define __NSSerialization_h_OBJECTS_INCLUDE
|
||||
|
||||
@class NSData, NSMutableData;
|
||||
|
||||
@protocol NSObjCTypeSerializationCallBack
|
||||
- (void) deserialzeObjectAt: (id*)object
|
||||
ofObjCType: (const char *)type
|
||||
|
@ -31,4 +33,4 @@
|
|||
intoData: (NSMutableData*)data;
|
||||
@end
|
||||
|
||||
endif /* __NSSerialization_h_OBJECTS_INCLUDE */
|
||||
#endif /* __NSSerialization_h_OBJECTS_INCLUDE */
|
||||
|
|
Loading…
Reference in a new issue