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