Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// NSString+JSON.h
|
||||
// Ifish
|
||||
//
|
||||
// Created by imac on 16/10/12.
|
||||
// Copyright © 2016年 lianxiang. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface NSString (JSON)
|
||||
|
||||
-(NSDictionary *)parseJSONStringToNSDictionary:(NSString *)JSONString;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user