UITextField+AppLocale.h 240 B

123456789101112131415
  1. //
  2. // UITextField+AppLocale.h
  3. // Pods
  4. //
  5. // Created by Yeung Yiu Hung on 19/2/2016.
  6. //
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UITextField (AppLocale)
  10. @property (nonatomic, strong) IBInspectable NSString *localizedPlaceHolderKey;
  11. @end