Normand Briere
2019-05-02 a76491b66a2e304d9ae27a162f407b98c70fbafa
1
2
3
4
5
6
 
interface iCallBack
{
    void Callback(Object obj);
    void DragGesture();
}