// // UITextField+AppLocale.h // Pods // // Created by Yeung Yiu Hung on 19/2/2016. // // #import <UIKit/UIKit.h> @interface UITextField (AppLocale) @property (nonatomic, strong) IBInspectable NSString *localizedPlaceHolderKey; @end