Archived
Configured colours and added additional images to ready app for iOS 13 dark mode
This commit is contained in:
+4
@@ -21,6 +21,10 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
/// This class is used to automatically populate a notification with an image if it is
|
||||
/// specified in the notification body via the `image` parameter. Images and other
|
||||
/// rich content can be populated manually without the use of this class. See the
|
||||
/// `UNNotificationServiceExtension` type for more details.
|
||||
__IOS_AVAILABLE(10.0) __OSX_AVAILABLE(10.14)
|
||||
@interface FIRMessagingExtensionHelper : NSObject
|
||||
|
||||
|
||||
@@ -14,5 +14,5 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#import "FIRMessaging.h"
|
||||
#import "FIRMessagingExtensionHelper.h"
|
||||
#import <FirebaseMessaging/FIRMessaging.h>
|
||||
#import <FirebaseMessaging/FIRMessagingExtensionHelper.h>
|
||||
|
||||
Reference in New Issue
Block a user