//
// XYTextField.h
// SaleHelper
//
// Created by 曹云霄 on 2017/1/11.
// Copyright © 2017年 上海勾芒信息科技. All rights reserved.
//
#import <UIKit/UIKit.h>
//重写父类方法,控制缩进
@interface XYTextField : UITextField
- (CGRect)textRectForBounds:(CGRect)bounds;
- (CGRect)editingRectForBounds:(CGRect)bounds;
@end
-
曹云霄 authoredbcdcc8a4