Signal-iOS/SignalMessaging/utils/AFQueryString.h
Jordan Rose 38fbb3bbc2 Copy in AFNetworking's query string encoding implementation
Matthew previously stripped this down in our fork of AFNetworking; at
this point there's no benefit to it living in a separate repo and
separate target. With this we can remove the AFNetworking target
completely.
2021-12-17 14:52:59 -08:00

12 lines
221 B
Objective-C

//
// Copyright (c) 2021 Open Whisper Systems. All rights reserved.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
NSString *AFQueryStringFromParameters(NSDictionary *parameters);
NS_ASSUME_NONNULL_END