summaryrefslogtreecommitdiff
path: root/Juick/Views/ContentLoadingCell.m
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2023-05-13 17:21:51 +0300
committerGravatar Vitaly Takmazov2023-05-14 01:15:35 +0300
commit773754148b7006140963dcebfab21766b6f1c6fb (patch)
tree5c1d17fe6bfc723dd02aec7e47626b00b8dcca7f /Juick/Views/ContentLoadingCell.m
parent8d6a2bd09634e6885a213cfb75a44e2c5f6feafd (diff)
Starting to convert UIKit classes
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