forked from mirrors/linphone-iphone
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
|