
com.github.leeonky.map.View Maven / Gradle / Ivy
package com.github.leeonky.map;
public interface View {
interface Simple {
}
interface Detail {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.github.leeonky.map;
public interface View {
interface Simple {
}
interface Detail {
}
}