package com.example.tiksave.interfaces;

public interface EncryptionCallbackNew {
    void onDataEncrypted(String encryptedData);

}
