#import typedef bool (^NotificationHandlerBlock)(NSString *, id, NSDictionary *); @interface NotificationCenterUtils : NSObject + (void)addNotificationHandler:(NotificationHandlerBlock)handler; @end