"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SelfButton = void 0;
class SelfButton {
get properties() {
return this._properties;
}
set properties(value) {
this._properties = value;
}
}
exports.SelfButton = SelfButton;