blob: 7b73c6e96d049be6e3ac708f0e02f5faee5c384a [file] [log] [blame]
package com.mifos.apache.fineract.ui.online.identification.createidentification;
import com.mifos.apache.fineract.data.models.customer.identification.Identification;
/**
* @author Rajan Maurya
* On 31/07/17.
*/
public interface OverViewContract {
void setIdentification(Identification identification);
}