hch
2024-01-15 2cb45951c7fefaa6c6798b0da91dee19f06f8563
1
2
3
4
5
6
package com.secondworld.sdk.utils;
 
public interface RequestCode {
    int UNITY=1000;
    int QUICK = 1001;
}