UNPKG

react-native-integrate

Version:

Automate integration of additional code into React Native projects

10 lines (7 loc) 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.notificationServiceH = void 0; exports.notificationServiceH = `#import <UserNotifications/UserNotifications.h> @interface NotificationService : UNNotificationServiceExtension @end `;