lwb
2021-03-31 59edf8ec611632548a6dabb73457189e57510eae
1
2
3
4
5
6
package com.secondworld.sdk.utils;
 
public interface RequestCode {
    int UNITY=1000;
    int QUICK = 1001;
}