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