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

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