Normand Briere
2019-08-09 912749d2520afedd9b56458d771400c261fe2b88
1
2
3
4
5
6
 
interface iCallBack
{
    void Callback(Object obj);
    void DragGesture();
}