miduo_client/Assets/Plugins/iOS/ThinkingSDK/Source/common/util/TDJSONUtil.h

12 lines
169 B
C
Raw Normal View History

2021-08-28 20:21:42 +08:00
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface TDJSONUtil : NSObject
+ (NSString *)JSONStringForObject:(id)object;
@end
NS_ASSUME_NONNULL_END