diff --git a/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportClientProtocol.h b/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportClientProtocol.h index 3d5f1eb08..8e2b129a7 100644 --- a/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportClientProtocol.h +++ b/Source/ObjectiveDropboxOfficial/Shared/Handwritten/Networking/DBTransportClientProtocol.h @@ -18,7 +18,7 @@ NS_ASSUME_NONNULL_BEGIN @protocol DBTransportClient /// The Dropbox OAuth2 access token provider used to make requests. -@property (nonatomic, nullable) id accessTokenProvider; +@property (nonatomic, nullable, strong) id accessTokenProvider; #pragma mark - RPC-style request