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

com.avos.avoscloud.internal.MasterKeyConfiguration Maven / Gradle / Ivy

There is a newer version: 0.2.1
Show newest version
package com.avos.avoscloud.internal;

public interface MasterKeyConfiguration {

  public String getMasterKey();

  public void setMasterKey(String masterKey);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy