File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 326326 * - {analytics,consent}.adjust.com
327327 * - {analytics,consent}.adjust.world
328328 */
329- - (void )setUrlStrategy : (NSArray * _Nullable )urlStrategyDomains
329+ - (void )setUrlStrategy : (nullable NSArray *)urlStrategyDomains
330330 withSubdomains : (BOOL )useSubdomains
331331 andDataResidency : (BOOL )isDataResidency ;
332332
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ - (void)enableCostDataInAttribution {
104104 _isCostDataInAttributionEnabled = YES ;
105105}
106106
107- - (void )setUrlStrategy : (NSArray * _Nullable )urlStrategyDomains
107+ - (void )setUrlStrategy : (nullable NSArray *)urlStrategyDomains
108108 withSubdomains : (BOOL )useSubdomains
109109 andDataResidency : (BOOL )isDataResidency {
110110 if (urlStrategyDomains == nil ) {
You can’t perform that action at this time.
0 commit comments