mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 11:38:08 +00:00
15 lines
198 B
Objective-C
15 lines
198 B
Objective-C
//
|
|
// UITextFieldNoDefine.h
|
|
// linphone
|
|
//
|
|
// Created by guillaume on 05/03/2014.
|
|
//
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface UITextViewNoDefine : UITextView
|
|
|
|
@property BOOL allowSelectAll;
|
|
|
|
@end
|