// // UIView+AppLocale.h // Pods // // Created by Yeung Yiu Hung on 19/2/16. // // #import @interface UIView (AppLocale) - (void)setLocalizedString; @property (nonatomic, strong) IBInspectable NSString *localizedKey; @end