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