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