hch
2022-07-24 8acf6f219bb59b342c6560e5aed4f103aa83ea89
1
2
3
4
5
6
package com.secondworld.sdk.utils;
 
public interface RequestCode {
    int UNITY=1000;
    int QUICK = 1001;
}