Skip to content

Commit 1fb13ed

Browse files
committed
refac: remove storeInfo setter declaration from ADJConfig.h
1 parent c1cfdfa commit 1fb13ed

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Adjust/ADJConfig.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -378,11 +378,4 @@ typedef NS_ENUM(NSUInteger, ADJLogLevel);
378378
useSubdomains:(BOOL)useSubdomains
379379
isDataResidency:(BOOL)isDataResidency;
380380

381-
/**
382-
* @brief Sets the store information for this object.
383-
*
384-
* @param storeInfo The store information to set. Must not be nil.
385-
*/
386-
- (void)setStoreInfo:(nonnull ADJStoreInfo *)storeInfo;
387-
388381
@end

0 commit comments

Comments
 (0)