Newer
Older
XinYang_IOS / YH_Category / NSString+JSONExtentsion.h
@zhangfeng zhangfeng on 7 Dec 236 bytes 1.8.0
//
//  NSString+JSONExtentsion.h
//  Sleeper
//
//  Created by Luo yuntao on 15/7/28.
//  Copyright © 2019年 YJJ. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface NSString (JSONExtentsion)

- (id)jsonValue;
@end