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

#import <UIKit/UIKit.h>

/**
 @discussion A calss that represents a text field control.
 */
@interface TKTextField : UITextField

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

@end
