mirror of
https://github.com/roytam1/palemoon26.git
synced 2026-05-27 01:30:27 +00:00
7 lines
113 B
Java
7 lines
113 B
Java
package org.mozilla.goanna;
|
|
import android.content.Context;
|
|
|
|
interface ContextGetter {
|
|
Context getContext();
|
|
}
|