// // ZGJsonUtils.h // UUTPM // // Created by zhuge on 15/1/5. // Copyright (c) 2015年 UUT. All rights reserved. // #import @interface ZGJsonUtils : NSObject + (NSString *)dictionaryToString:(NSDictionary *)dict; + (id)stringToObject:(NSString *)str; @end