hch
2024-06-17 07867c5b1db8ada2f713ea0cf6758e94ca7cea90
1
2
3
4
5
6
package com.secondworld.sdk.utils;
 
public interface RequestCode {
    int UNITY=1000;
    int QUICK = 1001;
}