UISearchBar+AppLocale.h 314 B

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