1 2 3 4 5
#import <Foundation/Foundation.h> @interface FirebasePluginMessageReceiver : NSObject {} - (bool) sendNotification:(NSDictionary *)userInfo; @end