// Copyright 2018-present 650 Industries. All rights reserved. #import #import NS_ASSUME_NONNULL_BEGIN @interface EXScopedNotificationSerializer : EXNotificationSerializer + (NSDictionary *)serializedNotificationResponse:(UNNotificationResponse *)response; + (NSDictionary *)serializedNotification:(UNNotification *)notification; + (NSDictionary *)serializedNotificationRequest:(UNNotificationRequest *)notificationRequest; @end NS_ASSUME_NONNULL_END