aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Messaging/FIRMMessageCode.h
diff options
context:
space:
mode:
authorGravatar Riz <rsattar@gmail.com>2017-05-23 15:16:02 -0700
committerGravatar GitHub <noreply@github.com>2017-05-23 15:16:02 -0700
commitf67c074ed154e6ce2cfd949cc797e7cc7b72490f (patch)
treecdeb0641c01eef3a332e3bf2cf7f3217df680eec /Firebase/Messaging/FIRMMessageCode.h
parentfaf445535330b7f0fe0330636c5e996005cb5555 (diff)
Log an error if for some reason we can't add a method to a class (#24)
Maybe it was already swizzled, or some other issue. Either way, it would be good to log this error, as it might help us / developers diagnose an issue.
Diffstat (limited to 'Firebase/Messaging/FIRMMessageCode.h')
-rw-r--r--Firebase/Messaging/FIRMMessageCode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Firebase/Messaging/FIRMMessageCode.h b/Firebase/Messaging/FIRMMessageCode.h
index dc381ee..729d415 100644
--- a/Firebase/Messaging/FIRMMessageCode.h
+++ b/Firebase/Messaging/FIRMMessageCode.h
@@ -120,6 +120,7 @@ typedef NS_ENUM(NSInteger, FIRMessagingMessageCode) {
kFIRMessagingMessageCodeRemoteNotificationsProxy000 = 12000, // I-FCM012000
kFIRMessagingMessageCodeRemoteNotificationsProxy001 = 12001, // I-FCM012001
kFIRMessagingMessageCodeRemoteNotificationsProxyAPNSFailed = 12002, // I-FCM012002
+ kFIRMessagingMessageCodeRemoteNotificationsProxyMethodNotAdded = 12003, // I-FCM012003
// FIRMessagingRmq2PersistentStore.m
kFIRMessagingMessageCodeRmq2PersistentStore000 = 13000, // I-FCM013000
kFIRMessagingMessageCodeRmq2PersistentStore001 = 13001, // I-FCM013001