microsoft / LocalizedStringKit

Generate .strings files directly from your code
MIT License
291 stars 13 forks source link

Improve nullability annotation #1

Closed li-bei closed 4 years ago

li-bei commented 4 years ago
  1. Use nonnull macro to remove redundant annotations in header file
  2. Remove annotations in .m file since its no use in implementation