UGCKitLocalization.h 279 B

1234567891011
  1. // Copyright (c) 2019 Tencent. All rights reserved.
  2. #ifndef UGCKit_Localization_h
  3. #define UGCKit_Localization_h
  4. __attribute__((annotate("returns_localized_nsstring")))
  5. NS_INLINE NSString *LocalizationNotNeeded(NSString *s) {
  6. return s;
  7. }
  8. #endif /* UGCKit_Localization_h */