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