#import <UIKit/UIKit.h>
#import "NKTextInput.h"

@interface NKTextView : UITextView<NKTextInput>

@end