Back to project page openpizza-android.
The source code is released under:
MIT License
If you think the Android project openpizza-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package de.openpizza.android.activitys.shop; //w w w. j a v a2 s. c o m import android.net.Uri; public interface ShopView{ void printName(String name); void printImage(Uri image); }