diff options
author | Vitaly Takmazov | 2016-08-14 02:55:21 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-08-14 02:55:21 +0300 |
commit | e32c85b7650c0869a2aa319111a837ede75669d1 (patch) | |
tree | 29dfae230aded06e9d70781a8d393818e0d926f1 /Juick/UILabel+Utils.h | |
parent | 934f816c2e0851ea7faf7c7e5c4a84779a4accfe (diff) |
new navcell layout
Diffstat (limited to 'Juick/UILabel+Utils.h')
-rw-r--r-- | Juick/UILabel+Utils.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Juick/UILabel+Utils.h b/Juick/UILabel+Utils.h deleted file mode 100644 index 2e9cbb6..0000000 --- a/Juick/UILabel+Utils.h +++ /dev/null @@ -1,15 +0,0 @@ -// -// UILabel+Utils.h -// Juick -// -// Created by Vitaly on 01.02.14. -// Copyright (c) 2014 com.juick. All rights reserved. -// - -#import <UIKit/UIKit.h> - -@interface UILabel (Utils) - -+ (CGRect) sizeForLabel:(UILabel *)label width:(CGFloat)width; - -@end |