Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
de-push-proxy-plugin / src / ios / DEPushNotificationHandler.h
Size: Mime:
//
//  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 */