mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 11:12:15 -05:00
Define interface without imports
This commit is contained in:
parent
7278932990
commit
c497e48817
@ -1,9 +1,7 @@
|
||||
package org.thialfihar.android.apg.utils;
|
||||
|
||||
import android.os.Bundle;
|
||||
|
||||
public interface ApgConInterface {
|
||||
public static interface OnCallFinishListener {
|
||||
public abstract void onCallFinish(Bundle result);
|
||||
public abstract void onCallFinish(android.os.Bundle result);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user