Fix build warnings from XCode 9.

pull/1/head
Matthew Chen 8 years ago
parent 6e840ff956
commit 5541be784f

@ -101,10 +101,7 @@ extern NSString *const kNSNotificationName_LocalNumberDidChange;
voipToken:(NSString *)voipToken
success:(void (^)(void))successHandler
failure:(void (^)(NSError *error))failureHandler
NS_SWIFT_NAME(registerForPushNotifications(pushToken:voipToken
:success
:failure
:));
NS_SWIFT_NAME(registerForPushNotifications(pushToken:voipToken:success:failure:));
#endif

Loading…
Cancel
Save