linphone-iphone/Classes/LinphoneUI/UITextField+DoneButton.h

13 lines
205 B
Objective-C

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