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