提交
This commit is contained in:
19
TUIKit/TUIContact/UI_Classic/UI/TUITextEditController.h
Normal file
19
TUIKit/TUIContact/UI_Classic/UI/TUITextEditController.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// TTextEditController.h
|
||||
// TUIKit
|
||||
//
|
||||
// Created by annidyfeng on 2019/3/11.
|
||||
// Copyright © 2019 annidyfeng. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@class TUITextEditController;
|
||||
|
||||
@interface TUITextEditController : UIViewController
|
||||
@property UITextField *inputTextField;
|
||||
@property NSString *textValue;
|
||||
|
||||
- (instancetype)initWithText:(NSString *)text;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user