aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Storage/App
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-04-09 09:11:21 -0700
committerGravatar GitHub <noreply@github.com>2018-04-09 09:11:21 -0700
commit42bc113754d2f9e2f0f6cf552916ae76149e717d (patch)
tree579d70312fe376cb657ea8c4dd5d96cc92b616f2 /Example/Storage/App
parent21a6e1f930936eae1bca743430347288fa5e39c8 (diff)
Travis static library testing (#1047)
* Add Objective C example app for Messaging * Travis static library testing * static lib build fixes
Diffstat (limited to 'Example/Storage/App')
-rw-r--r--Example/Storage/App/iOS/FIRAppDelegate.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/Example/Storage/App/iOS/FIRAppDelegate.m b/Example/Storage/App/iOS/FIRAppDelegate.m
index d8e4497..9568d06 100644
--- a/Example/Storage/App/iOS/FIRAppDelegate.m
+++ b/Example/Storage/App/iOS/FIRAppDelegate.m
@@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-@import FirebaseStorage;
-
#import "FIRAppDelegate.h"
@implementation FIRAppDelegate