メソッドのスウィズリングを無効
code:swift
func application(application: UIApplication,
didRegisterForRemoteNotificationsWithDeviceToken deviceToken: Data) {
Messaging.messaging().apnsToken = deviceToken
}
https://gyazo.com/a4a58dbfac33db7967c7b9d786ecf552
設定にはinfo.plistにFirebaseAppDelegateProxyEnabledをNoに設定することで可能
https://gyazo.com/30bb6eeb8a728dd36c0f042b5dad8a29