Inheritance: UIViewController
Example #1
0
 public MyUITextFieldDelegate(ViewController parent)
 {
     _parent = parent;
 }