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.
12 lines
221 B
Objective-C
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
|