nativescript-batch-notifs
Version:
fork of nativescript-batch-notifications with updated sdk
21 lines • 629 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;
}
Batch.prototype.getIosBatchUser = function () {
return BatchUser;
};
Batch.prototype.getIosBatchMessaging = function () {
return BatchMessaging;
};
Batch.prototype.getIosBatchPush = function () {
return BatchPush;
};
return Batch;
}(batch_common_1.Common));
exports.Batch = Batch;
//# sourceMappingURL=batch.ios.js.map