hch
2023-11-06 926bc7ccc8f1b01c007da6c6f2dd25f267c209b3
1
2
3
4
5
6
package com.secondworld.sdk.utils;
 
public interface RequestCode {
    int UNITY=1000;
    int QUICK = 1001;
}