Ta android + ios
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface TDJSONUtil : NSObject
|
||||
|
||||
+ (NSString *)JSONStringForObject:(id)object;
|
||||
|
||||
+ (NSData *)JSONSerializeForObject:(id)object;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user