IBTUITextField.m 393 Bytes
Newer Older
mei's avatar
mei committed
1
//
mei's avatar
mei committed
2 3
//  IBTUITextField.m
//  XFFruit
mei's avatar
mei committed
4
//
mei's avatar
mei committed
5 6
//  Created by Lili Wang on 15/4/3.
//  Copyright (c) 2015年 Xummer. All rights reserved.
mei's avatar
mei committed
7 8
//

mei's avatar
mei committed
9
#import "IBTUITextField.h"
mei's avatar
mei committed
10

mei's avatar
mei committed
11
@implementation IBTUITextField
mei's avatar
mei committed
12 13 14 15 16 17 18 19 20 21

/*
// Only override drawRect: if you perform custom drawing.
// An empty implementation adversely affects performance during animation.
- (void)drawRect:(CGRect)rect {
    // Drawing code
}
*/

@end