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, 0 insertions, 13 deletions
diff --git a/Juick/Views/QuoteView.h b/Juick/Views/QuoteView.h
deleted file mode 100644
index affc7ee..0000000
--- a/Juick/Views/QuoteView.h
+++ /dev/null
@@ -1,13 +0,0 @@
-//
-// 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