// // UITextField+DoneButton.h // linphone // // Created by Gautier Pelloux-Prayer on 14/10/14. // // #import #import @interface UITextField (DoneButton) - (void)addDoneButton; @end