Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove unnecessary requiresMainQueueSetup
Summary: Changelog: [Internal] modules will be setup on main queue for any the following criteria: - override requiresMainQueueSetup and set it to yes - have a method that starts with `init` - have `constantsToExport` implemented these methods return `NO` but don't fulfill the latter criteria, so we should just delete them Reviewed By: cipolleschi Differential Revision: D50919151
- Loading branch information