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

it.auties.whatsapp.model.sync.Syncable Maven / Gradle / Ivy

package it.auties.whatsapp.model.sync;

public sealed interface Syncable permits RecordSync, MutationSync {
    RecordSync.Operation operation();

    RecordSync record();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy