summaryrefslogtreecommitdiff
path: root/Juick/Views/FixedLabel.m
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-11-05 22:45:49 +0300
committerGravatar Vitaly Takmazov2018-11-05 22:45:49 +0300
commit8af785b209412b5d52dcd0503ccdbab108c506a7 (patch)
tree265cdf02b408f65dd2398ffbd321bd68e256b67d /Juick/Views/FixedLabel.m
parent3fb9ed7994aa50b1281ec6be1ff4727842d3d0c2 (diff)
Bye-bye, TTTAttributedLabel
Diffstat (limited to 'Juick/Views/FixedLabel.m')
-rw-r--r--Juick/Views/FixedLabel.m21
1 files changed, 0 insertions, 21 deletions
diff --git a/Juick/Views/FixedLabel.m b/Juick/Views/FixedLabel.m
deleted file mode 100644
index 24d8648..0000000
--- a/Juick/Views/FixedLabel.m
+++ /dev/null
@@ -1,21 +0,0 @@
-//
-// FixedLabel.m
-// Juick
-//
-// Created by Vitaly Takmazov on 04/03/2018.
-// Copyright © 2018 com.juick. All rights reserved.
-//
-
-#import "FixedLabel.h"
-
-@implementation FixedLabel
-
-/*
-// Only override drawRect: if you perform custom drawing.
-// An empty implementation adversely affects performance during animation.
-- (void)drawRect:(CGRect)rect {
- // Drawing code
-}
-*/
-
-@end