summaryrefslogtreecommitdiff
path: root/Juick/Views/MessageInputView.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/MessageInputView.h
parenta18e9ee9a3dc8b7f8ed3074893eac788bc234903 (diff)
QuoteView
Diffstat (limited to 'Juick/Views/MessageInputView.h')
-rw-r--r--Juick/Views/MessageInputView.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/Juick/Views/MessageInputView.h b/Juick/Views/MessageInputView.h
deleted file mode 100644
index cfdcea6..0000000
--- a/Juick/Views/MessageInputView.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 MessageInputView : UIVisualEffectView
-@property (weak, nonatomic) IBOutlet UILabel *quoteText;
-@end