ThxStarMoney.java 157 Bytes
Newer Older
konghaorui committed
1 2
package com.yidianling.dynamic.thank;

YKai committed
3
import androidx.annotation.Keep;
konghaorui committed
4 5 6 7 8 9

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