hch
2023-08-29 d285f7c9ac65d58f1cf2a6e59d716f9c4869bbc8
1
2
3
4
5
6
package com.secondworld.sdk.utils;
 
public interface RequestCode {
    int UNITY=1000;
    int QUICK = 1001;
}