EnkiUtils
Small library of classes that Enki Labs uses internally.
 All Classes Functions Properties Pages
UILabel+EnkiUtils.h
1 //
2 // UILabel+EkniUtils.h
3 //
4 // Copyright (c) 2013 BadPirate
5 //
6 
7 #import <UIKit/UIKit.h>
8 
9 
17 
19 - (void)sizeToFitFixedWidth:(CGFloat)fixedWidth;
20 
21 @end