nativescript-batch-notifications
Version:
Nativescript batch plugin for notifications.
12 lines • 375 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var batch_common_1 = require("./batch.common");
var Batch = (function (_super) {
__extends(Batch, _super);
function Batch() {
return _super.call(this) || this;
}
return Batch;
}(batch_common_1.Common));
exports.Batch = Batch;
//# sourceMappingURL=batch.ios.js.map