Repository URL to install this package:
|
Version:
1.0.1 ▾
|
//
// DEPushNotificationHandler.h
// TestIOSPush
//
// Created by Marco Bonati on 23/05/2017.
//
//
#ifndef DEPushNotificationHandler_h
#define DEPushNotificationHandler_h
@protocol DEPushNotificationHandler
@required
- (BOOL)canHandleMessage:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo;
@end
#endif /* DEPushNotificationHandler_h */