aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Storage/Private
diff options
context:
space:
mode:
authorGravatar Sebastian Schmidt <mrschmidt@google.com>2017-06-15 09:43:31 -0700
committerGravatar GitHub <noreply@github.com>2017-06-15 09:43:31 -0700
commit5cb9446fab0606b0ea6a49dcda50fb6bb6e5bbd4 (patch)
treec4aa472320bfb041540c5a865255b968b88016b4 /Firebase/Storage/Private
parentc47a19dcf4fd341dbb290f0135b1aa9feda85da5 (diff)
Calling stopFetching on GTMSessionFetcher to stop callbacks from bein… (#81)
* Calling stopFetching on GTMSeesionFetcher to stop callbacks from being called after deallocation. Also fixing retain cycles in all task classes. * Addressing build warnings * Adjusting indentation
Diffstat (limited to 'Firebase/Storage/Private')
-rw-r--r--Firebase/Storage/Private/FIRStorageTask_Private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Firebase/Storage/Private/FIRStorageTask_Private.h b/Firebase/Storage/Private/FIRStorageTask_Private.h
index 598006b..8a72cf7 100644
--- a/Firebase/Storage/Private/FIRStorageTask_Private.h
+++ b/Firebase/Storage/Private/FIRStorageTask_Private.h
@@ -62,6 +62,8 @@ NS_ASSUME_NONNULL_BEGIN
@property(readonly, nonatomic) GTMSessionFetcherService *fetcherService;
+@property(readonly) GTMSessionFetcherCompletionHandler fetcherCompletion;
+
/**
* Creates a new FIRStorageTask initialized with a FIRStorageReference and GTMSessionFetcherService.
* @param reference A FIRStorageReference the task will be performed on.