package com.reactnativemedchecksdk.Ecgkit;

public interface DeviceData {
    long getDateTime();

    String toString();
}
