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