summaryrefslogtreecommitdiff
path: root/Juick/Views/QuoteView.h
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/Views/QuoteView.h')
-rw-r--r--Juick/Views/QuoteView.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/Juick/Views/QuoteView.h b/Juick/Views/QuoteView.h
new file mode 100644
index 0000000..affc7ee
--- /dev/null
+++ b/Juick/Views/QuoteView.h
@@ -0,0 +1,13 @@
+//
+// MessageInputView.h
+// Juick
+//
+// Created by Vitaly Takmazov on 03/12/2017.
+// Copyright © 2017 com.juick. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface QuoteView : UIVisualEffectView
+@property (weak, nonatomic) IBOutlet UILabel *quoteText;
+@end