UNPKG

react-native-integrate

Version:

Automate integration of additional code into React Native projects

10 lines (7 loc) 253 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.notificationViewControllerH = void 0; exports.notificationViewControllerH = `#import <UIKit/UIKit.h> @interface NotificationViewController : UIViewController @end `;