summaryrefslogtreecommitdiff
path: root/Juick/Views/ContentLoadingCell.m
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/Views/ContentLoadingCell.m')
-rw-r--r--Juick/Views/ContentLoadingCell.m23
1 files changed, 0 insertions, 23 deletions
diff --git a/Juick/Views/ContentLoadingCell.m b/Juick/Views/ContentLoadingCell.m
deleted file mode 100644
index 90329fa..0000000
--- a/Juick/Views/ContentLoadingCell.m
+++ /dev/null
@@ -1,23 +0,0 @@
-//
-// ContentLoadingCell.m
-// Juick
-//
-// Created by Vitaly Takmazov on 16/10/2018.
-// Copyright © 2018 com.juick. All rights reserved.
-//
-
-#import "ContentLoadingCell.h"
-
-@implementation ContentLoadingCell
-
-- (void)awakeFromNib {
- [super awakeFromNib];
- self.userInteractionEnabled = NO;
-}
-
-- (void)setSelected:(BOOL)selected animated:(BOOL)animated {
- [super setSelected:selected animated:animated];
- [self.contentView startShimmering];
-}
-
-@end