index.js 84 Bytes
Newer Older
lei wang committed
1 2 3 4 5
export default class Infdia{
    constructor () {
        this.data = {}
    }
}