package moe.yuuta.ext; public interface ResultCallback { void verifyLicense(final int responseCode, final String signedData, final String signature); }