linphone-ios/Classes/LinphoneUI/UITextViewNoDefine.h
Guillaume BIENKOWSKI a63542cd03 - Allow to resend a message that's not delivered correctly
- Allow select-all on uitextviews
2014-03-05 14:16:01 +01:00

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