summaryrefslogtreecommitdiff
path: root/Juick/Views/MessageInputView.h
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/Views/MessageInputView.h')
-rw-r--r--Juick/Views/MessageInputView.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/Juick/Views/MessageInputView.h b/Juick/Views/MessageInputView.h
new file mode 100644
index 0000000..46919b4
--- /dev/null
+++ b/Juick/Views/MessageInputView.h
@@ -0,0 +1,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