NSMutableDictionary(ARTDictionaryUtil)
@interface NSMutableDictionary (ARTDictionaryUtil)
/**
Creates NSURLQueryItem for given value, and key.
*/
- (void)addValueAsURLQueryItem:(NSString *)value forKey:(NSString *)key;
@end
Undocumented
-
Creates NSURLQueryItem for given value, and key.
Declaration
Objective-C
- (void)addValueAsURLQueryItem:(nonnull NSString *)value forKey:(nonnull NSString *)key;
Swift
func addValue(asURLQueryItem value: String, forKey key: String)