Inject components and configurator to application delegate

Summary: This allows us to use both the consolidated list of components and the configurator to help bootstrap the SDK

Reviewed By: joesus

Differential Revision: D33345887

fbshipit-source-id: 8ee6d8fb6a6085e430646bd6f342955da1de92d7
This commit is contained in:
Sam Odom
2021-12-29 10:18:02 -08:00
committed by Facebook GitHub Bot
parent 9c8b23c536
commit d654c9e909
21 changed files with 804 additions and 943 deletions

View File

@@ -19,6 +19,8 @@ NS_SWIFT_NAME(SKAdNetworkReporting)
- (BOOL)isReportingEvent:(NSString *)event;
- (void)checkAndRevokeTimer;
@end
NS_ASSUME_NONNULL_END