Skip to content

Instantly share code, notes, and snippets.

@AseemWangoo
Created December 20, 2022 06:18
Show Gist options
  • Save AseemWangoo/7ec4224c192793947c90644beede152d to your computer and use it in GitHub Desktop.
Save AseemWangoo/7ec4224c192793947c90644beede152d to your computer and use it in GitHub Desktop.
objc config
objc-interfaces:
include:
# Includes a specific interface.
- 'NSURLCache'
# Includes all interfaces starting with "NS".
- 'NS.*'
exclude:
# Override the above NS.* inclusion, to exclude NSURL.
- 'NSURL'
rename:
# Removes '_' prefix from interface names.
'_(.*)': '$1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment