Create parent contract

This commit is contained in:
neslihanturan 2019-05-12 09:45:03 +03:00
parent 5d827e44ae
commit 6483d21738

View file

@ -0,0 +1,11 @@
package fr.free.nrw.commons.nearby.mvp;
public interface NearbyContract {
interface View {
}
interface UserActions {
}
}