//
// IBTUILabel.h
// IBTTableViewKit
//
// Created by Xummer on 15/1/7.
// Copyright (c) 2015年 Xummer. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface IBTUILabel : UILabel
- (instancetype)initWithFrame:(CGRect)frame
Text: (NSString *)text
textAligment: (NSTextAlignment)textAlignment
backgroundColor: (UIColor *)bgColor
textColor: (UIColor *)textColor
font: (UIFont *)font;
@end
-
freecui authored9ce3345a