// Copyright 2018-present 650 Industries. All rights reserved. #import #import NS_ASSUME_NONNULL_BEGIN @protocol EXNotificationBuilder - (UNMutableNotificationContent *)notificationContentFromRequest:(NSDictionary *)request; @end @interface EXNotificationBuilder : NSObject @end NS_ASSUME_NONNULL_END