diff options
author | Sebastian Schmidt <mrschmidt@google.com> | 2018-04-09 16:37:33 -0700 |
---|---|---|
committer | Sebastian Schmidt <mrschmidt@google.com> | 2018-04-09 16:38:31 -0700 |
commit | 1feabba011dd73fed97fcf38828500d7bd7e79ff (patch) | |
tree | 9bc62597d1cadc04a275a14f090d416d71db4c8e /Firebase/Storage | |
parent | caa57b65fa9e9fa7ca3bb6e03e454e2219e8e53a (diff) |
Removing unused imports
Diffstat (limited to 'Firebase/Storage')
-rw-r--r-- | Firebase/Storage/FIRStorageGetDownloadURLTask.m | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Firebase/Storage/FIRStorageGetDownloadURLTask.m b/Firebase/Storage/FIRStorageGetDownloadURLTask.m index c46bbd8..7447888 100644 --- a/Firebase/Storage/FIRStorageGetDownloadURLTask.m +++ b/Firebase/Storage/FIRStorageGetDownloadURLTask.m @@ -13,10 +13,8 @@ // limitations under the License. #import "FIRStorageGetDownloadURLTask.h" -#import <UIKit/UIKit.h> #import "FIRStorageConstants.h" -#import "FIRStorageMetadata_Private.h" #import "FIRStorageTask_Private.h" #import "FIRStorageUtils.h" |