summaryrefslogtreecommitdiff
path: root/Juick/Views/QuoteView.h
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-04-08 16:36:46 +0300
committerGravatar Vitaly Takmazov2018-04-08 16:36:46 +0300
commit6f8855ce3b83cc50583b62b4a1960c27fdf66bb3 (patch)
tree8e9fb3078a5b7cfcbb7ff2c4ab3a6f725306bee9 /Juick/Views/QuoteView.h
parenta18e9ee9a3dc8b7f8ed3074893eac788bc234903 (diff)
QuoteView
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