UIView+AppLocale.h 246 B

1234567891011121314151617
  1. //
  2. // UIView+AppLocale.h
  3. // Pods
  4. //
  5. // Created by Yeung Yiu Hung on 19/2/16.
  6. //
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UIView (AppLocale)
  10. - (void)setLocalizedString;
  11. @property (nonatomic, strong) IBInspectable NSString *localizedKey;
  12. @end