Mark the AFJSON* functions as 'extern'.
This commit is contained in:
parent
776b251f03
commit
6c70e39584
1 changed files with 2 additions and 2 deletions
|
|
@ -22,5 +22,5 @@
|
||||||
|
|
||||||
#import <Foundation/Foundation.h>
|
#import <Foundation/Foundation.h>
|
||||||
|
|
||||||
NSData * AFJSONEncode(id object, NSError **error);
|
extern NSData * AFJSONEncode(id object, NSError **error);
|
||||||
id AFJSONDecode(NSData *data, NSError **error);
|
extern id AFJSONDecode(NSData *data, NSError **error);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue