#import @interface KBSelectableTextView : UITextView - (id)initForAutoLayout; @property (nonatomic, weak) UIViewController *parentView; @property (readwrite, assign) BOOL focusColorChange; @property (nonatomic, strong) UIViewController *inputViewController; @end