-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forward-declare imports in Binding and FabricMountingManager (#36609)
Summary: Pull Request resolved: #36609 Some random cleanup as I prepare to make these classes a better injection point for future experiments. * Forward-declare classes where possible to reduce header import * Return references to shared_ptr instead of copies when there are no lifetime concerns * Use a shared JClass instance in JFabricUIManager Changelog: [Internal] Reviewed By: rshest Differential Revision: D44221018 fbshipit-source-id: 774f77ab9827dce9b068eb7b85146409e2b08af7
- Loading branch information
1 parent
3759a26
commit deda553
Showing
10 changed files
with
122 additions
and
153 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
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
Oops, something went wrong.