ThxStarMoney.java 164 Bytes
Newer Older
konghaorui committed
1 2 3 4 5 6 7 8 9
package com.yidianling.dynamic.thank;

import android.support.annotation.Keep;

@Keep
public class ThxStarMoney {
    public int star_num;
    public float money;
}