1 //
2 //  KBComposeTextView.h
3 //  Keybase
4 //
5 //  Created by Gabriel on 6/11/15.
6 //  Copyright (c) 2015 Keybase. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import <Tikppa/Tikppa.h>
11 
12 @interface KBComposeTextView : KBTextView
13 
14 @property (nonatomic) NSData *data;
15 
16 @end
17