linphone-ios/Classes/LinphoneUI/UITextField+DoneButton.h
Gautier Pelloux-Prayer 1b2d74ff36 fix
2015-07-29 17:39:38 +02:00

14 lines
229 B
Objective-C

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