// // MessageInputView.h // Juick // // Created by Vitaly Takmazov on 03/12/2017. // Copyright © 2017 com.juick. All rights reserved. // #import @interface MessageInputView : UIVisualEffectView @property (weak, nonatomic) IBOutlet UILabel *quoteText; @property (weak, nonatomic) IBOutlet UIButton *sendButton; @property (weak, nonatomic) IBOutlet UITextView *textContent; @end