//
//  TKLabel.h
//  TelerikUI
//
//  Copyright © 2015 Telerik. All rights reserved.
//

#import <UIKit/UIKit.h>

/**
 @discussion A class that represents a label.
 */
@interface TKLabel : UILabel

/**
 Insets for the label's text.
 */
@property (nonatomic) UIEdgeInsets textInsets;

@end
