Files
eqn.ios/Sources/Earthquake Network/Libs/NSDictionary+BVJSONString.h
T
2020-07-24 16:21:21 +02:00

19 lines
342 B
Objective-C

//
// NSDictionary+BVJSONString.h
// Smash
//
// Created by Luca Beretta on 24/03/2019.
// Copyright © 2019 Luca Beretta. All rights reserved.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface NSDictionary (BVJSONString)
-(NSString*) bv_jsonStringWithPrettyPrint:(BOOL) prettyPrint;
@end
NS_ASSUME_NONNULL_END