blob: 2e9cbb62ed5af5ebb2796de87372fc77392abf89 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
//
// 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
|