Merge "commons" into the project root directory

This commit is contained in:
Yusuke Matsubara 2016-07-02 16:20:43 +09:00
parent d42db0612e
commit b4231bbfdc
324 changed files with 22 additions and 23 deletions

View file

@ -0,0 +1,8 @@
package fr.free.nrw.commons.api;
import com.android.volley.RequestQueue;
public class MWApi {
private RequestQueue queue;
}