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