You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
344 B
16 lines
344 B
//
|
|
// NSObject+DTFUtilityJsonString.h
|
|
// DTFUtility
|
|
//
|
|
// Created by richard on 2018/8/15.
|
|
// Copyright © 2018 com. .iphoneclient.DTF. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface NSObject (DTFUtilityJsonString)
|
|
|
|
- (NSMutableDictionary *_Nonnull)dictionary;
|
|
- (id _Nonnull )idFromObject:(nonnull id)object;
|
|
|
|
@end
|