hch
2025-03-12 242cb62c6b6e123f6599589be416c0c6586ce2a3
1
2
3
4
5
6
package com.secondworld.sdk.utils;
 
public interface RequestCode {
    int UNITY=1000;
    int QUICK = 1001;
}