forked from mirrors/linphone-iphone
14 lines
229 B
Objective-C
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
|