package com.example.Adapter; /** * Created by Mr_Wrong on 15/11/11. */ public interface Sourceable { void method1(); void method2(); void method3(); }