aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Messaging/App/iOS/NotificationsController.swift
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-11-21 17:02:22 -0800
committerGravatar GitHub <noreply@github.com>2017-11-21 17:02:22 -0800
commit3e592526ec889887874efd0e46ba3cf72f2f6f98 (patch)
treede8cc73df387cd982ca9bbf517f8ff1a9c41cce3 /Example/Messaging/App/iOS/NotificationsController.swift
parent32d6d6170fdca6f12a3fa51619081ad855815803 (diff)
Buildable and interoperable source pods (#444)
Diffstat (limited to 'Example/Messaging/App/iOS/NotificationsController.swift')
-rw-r--r--Example/Messaging/App/iOS/NotificationsController.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Example/Messaging/App/iOS/NotificationsController.swift b/Example/Messaging/App/iOS/NotificationsController.swift
index eef6c57..7545b44 100644
--- a/Example/Messaging/App/iOS/NotificationsController.swift
+++ b/Example/Messaging/App/iOS/NotificationsController.swift
@@ -17,7 +17,7 @@
import UIKit
import UserNotifications
-import FirebaseCommunity
+import FirebaseMessaging
enum NotificationsControllerAllowedNotificationType: String {
case none = "None"