package org.sufficientlysecure.keychain.model; import com.google.auto.value.AutoValue; import org.sufficientlysecure.keychain.ApiAllowedKeysModel; @AutoValue public abstract class ApiAllowedKey implements ApiAllowedKeysModel { public static final Factory FACTORY = new Factory(AutoValue_ApiAllowedKey::new); }