IBTUILabel.h 498 Bytes
Newer Older
mei's avatar
mei committed
1 2 3 4 5 6 7 8 9 10 11 12
//
//  IBTUILabel.h
//  IBTTableViewKit
//
//  Created by Xummer on 15/1/7.
//  Copyright (c) 2015年 Xummer. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface IBTUILabel : UILabel

freecui's avatar
freecui committed
13 14 15 16 17 18
- (instancetype)initWithFrame:(CGRect)frame
                         Text: (NSString *)text
                textAligment: (NSTextAlignment)textAlignment
             backgroundColor: (UIColor *)bgColor
                    textColor: (UIColor *)textColor
                        font: (UIFont *)font;
mei's avatar
mei committed
19
@end