
com.tencent.ads.utils.NameValuePair Maven / Gradle / Ivy
package com.tencent.ads.utils;
public interface NameValuePair {
String getName();
String getValue();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.tencent.ads.utils;
public interface NameValuePair {
String getName();
String getValue();
}