linphone-iphone/submodules/MS2/MS2/UITextField+DoneButton.h
2015-05-07 11:54:56 +02:00

13 lines
195 B
Objective-C

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