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