Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preserve the old function name for removeStorageDataForKey in Swift. (#…
…24627) By default, this is getting renamed to "removeData(forKey:)" in Swift, because the protocol is now called MTRStorage and for some reason the Swift name mapping cares about that for just this one function. This breaks existing consumers. Use NS_SWIFT_NAME to preserve the existing name.
- Loading branch information