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