mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
13 lines
205 B
Objective-C
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
|