Skip to content

Commit 22f6701

Browse files
authored
Fix Storage private imports. (#2206)
1 parent 7415a32 commit 22f6701

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

Firebase/Storage/Private/FIRStorageDownloadTask_Private.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
* limitations under the License.
1515
*/
1616

17+
#import <Foundation/Foundation.h>
18+
19+
#import "FIRStorageDownloadTask.h"
20+
21+
@class FIRStorageReference;
1722
@class GTMSessionFetcherService;
1823

1924
NS_ASSUME_NONNULL_BEGIN

Firebase/Storage/Private/FIRStorageObservableTask_Private.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@
1414
* limitations under the License.
1515
*/
1616

17+
#import <Foundation/Foundation.h>
18+
19+
#import "FIRStorageObservableTask.h"
20+
1721
NS_ASSUME_NONNULL_BEGIN
1822

23+
@class FIRStorageReference;
1924
@class FIRStorageTaskSnapshot;
20-
2125
@class GTMSessionFetcherService;
2226

2327
@interface FIRStorageObservableTask ()

Firebase/Storage/Private/FIRStorageTaskSnapshot_Private.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
* limitations under the License.
1515
*/
1616

17+
#import <Foundation/Foundation.h>
18+
19+
#import "FIRStorageTaskSnapshot.h"
20+
1721
#import "FIRStorageConstants_Private.h"
1822

1923
NS_ASSUME_NONNULL_BEGIN

0 commit comments

Comments
 (0)