All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yy.androidlib.util.http.FileNameValuePair Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package com.yy.androidlib.util.http;

import org.apache.http.message.BasicNameValuePair;

public class FileNameValuePair extends BasicNameValuePair {
    public FileNameValuePair(String name, String value) {
        super(name, value);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy