I'm reading Apple's article about Objective-C runtime type encoding strings but I do not understand how to encode a method with a Block parameter.
For example, I have this :
- (void)userNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(void(^)())completionHandler
I don't understand what to use for (void(^)())completionHandler