mirror of
https://github.com/meowarex/rl-mobile.git
synced 2026-08-26 22:17:44 +10:00
7 lines
166 B
Java
7 lines
166 B
Java
package ce0;
|
|
/** Dagger image component; the Application implements b.a and hands out the loader. */
|
|
public interface b {
|
|
xd0.e a();
|
|
interface a { b a(); }
|
|
}
|