summaryrefslogtreecommitdiff
path: root/Juick/Views/MessageInputView.h
blob: 46919b44088008e97aec8184122d9baed96434a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  MessageInputView.h
//  Juick
//
//  Created by Vitaly Takmazov on 03/12/2017.
//  Copyright © 2017 com.juick. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface MessageInputView : UIVisualEffectView
@property (weak, nonatomic) IBOutlet UILabel *quoteText;
@property (weak, nonatomic) IBOutlet UIButton *sendButton;
@property (weak, nonatomic) IBOutlet UITextView *textContent;
@end