mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-01 02:40:27 +00:00
git-subtree-dir: submodules/Display git-subtree-mainline:9bc996374fgit-subtree-split:7bd11013ea
10 lines
241 B
Objective-C
10 lines
241 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
typedef bool (^NotificationHandlerBlock)(NSString *, id, NSDictionary *, void (^)());
|
|
|
|
@interface NotificationCenterUtils : NSObject
|
|
|
|
+ (void)addNotificationHandler:(NotificationHandlerBlock)handler;
|
|
|
|
@end
|