CustomTextField.h 211 Bytes
//
//  CustomTextField.h
//  LifeLog
//
//  Created by Nguyen Van Phong on 8/1/17.
//  Copyright © 2017 PhongNV. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface CustomTextField : UITextField

@end