summaryrefslogtreecommitdiff
path: root/Juick/Views/QuoteView.m
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/Views/QuoteView.m')
-rw-r--r--Juick/Views/QuoteView.m17
1 files changed, 0 insertions, 17 deletions
diff --git a/Juick/Views/QuoteView.m b/Juick/Views/QuoteView.m
deleted file mode 100644
index 5dd3d62..0000000
--- a/Juick/Views/QuoteView.m
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-// MessageInputView.m
-// Juick
-//
-// Created by Vitaly Takmazov on 03/12/2017.
-// Copyright © 2017 com.juick. All rights reserved.
-//
-
-#import "QuoteView.h"
-@implementation QuoteView
-
--(void) awakeFromNib {
- [super awakeFromNib];
- self.contentView.backgroundColor = [UIColor colorNamed:@"Background"];
-}
-
-@end