summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/cordova-plugin-firebasex/src/ios/FirebasePluginMessageReceiver.h
blob: 639de9ba2b42c388fe1a2aaada8586d91ce8270a (plain)
1
2
3
4
5
#import <Foundation/Foundation.h>

@interface FirebasePluginMessageReceiver : NSObject {}
- (bool) sendNotification:(NSDictionary *)userInfo;
@end