-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Rgen] Add factory method that creates a NSArray aux variable. (#22066)
To be able to send arrays to objc we need to convert them to a NSArray. This change adds a factory method that will create the aux variables for when we need that conversion. The factory allows to prepend the declaration with a using caluse to simplify the memory management in the bindings.
- Loading branch information
1 parent
5c242ec
commit e597395
Showing
2 changed files
with
144 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters