From f6fed5b2374c7d847c68efccce363f9513aa2efb Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 8 Apr 2018 23:17:47 +0300 Subject: PM posts --- Juick/Views/MessageInputView.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Juick/Views/MessageInputView.h (limited to 'Juick/Views/MessageInputView.h') diff --git a/Juick/Views/MessageInputView.h b/Juick/Views/MessageInputView.h new file mode 100644 index 0000000..38ce721 --- /dev/null +++ b/Juick/Views/MessageInputView.h @@ -0,0 +1,15 @@ +// +// MessageInputView.h +// Juick +// +// Created by Vitaly Takmazov on 08/04/2018. +// Copyright © 2018 com.juick. All rights reserved. +// + +#import + +@interface MessageInputView : UIVisualEffectView +@property (strong, nonatomic) IBOutlet NSLayoutConstraint *bottomConstraint; +@property (strong, nonatomic) IBOutlet UITextField *textView; + +@end -- cgit v1.2.3