Normand Briere
2017-10-02 fc0ac44e30a56c87c7cf39fe66f6b3178732f1b6
1
2
3
4
5
6
 
interface iCallBack
{
    void Callback(Object obj);
    void DragGesture();
}