clean up KeySignatures.sq
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package org.sufficientlysecure.keychain.model;
|
||||
|
||||
|
||||
import com.google.auto.value.AutoValue;
|
||||
import org.sufficientlysecure.keychain.KeySignaturesModel;
|
||||
|
||||
|
||||
@AutoValue
|
||||
public abstract class KeySignature implements KeySignaturesModel {
|
||||
public static final Factory<KeySignature> FACTORY = new Factory<>(AutoValue_KeySignature::new);
|
||||
|
||||
public static final Mapper<KeySignature> MAPPER = new Mapper<>(FACTORY);
|
||||
}
|
||||
Reference in New Issue
Block a user