mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Create parent contract
This commit is contained in:
parent
5d827e44ae
commit
6483d21738
1 changed files with 11 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
package fr.free.nrw.commons.nearby.mvp;
|
||||
|
||||
public interface NearbyContract {
|
||||
interface View {
|
||||
|
||||
}
|
||||
|
||||
interface UserActions {
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue